FontUnit::Point Method (Int32)

 

Creates a FontUnit of type System.Drawing::Point from an integer value.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
static FontUnit Point(
	int n
)

Parameters

n
Type: System::Int32

An integer representing the System.Drawing::Point value to convert to a FontUnit.

Return Value

Type: System.Web.UI.WebControls::FontUnit

A FontUnit that represents the font size specified by the n parameter.

Use the static Point method to create a FontUnit that represents the font size specified by the n parameter.

.NET Framework
Available since 1.1
Return to top
Show: