This documentation is archived and is not being maintained.

FontUnit.Point Method

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

[Visual Basic]
Public Shared Function Point( _
   ByVal n As Integer _
) As FontUnit
[C#]
public static FontUnit Point(
 int n
);
[C++]
public: static FontUnit Point(
 int n
);
[JScript]
public static function Point(
   n : int
) : FontUnit;

Parameters

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

Return Value

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

Remarks

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

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

FontUnit Structure | FontUnit Members | System.Web.UI.WebControls Namespace | System.Drawing.Point

Show: