NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FontUnit.Point

Create a FontUnit of type Point from an int.

[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
[To be supplied.]

See Also

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