Create a Unit of type Point from an int.
[Visual Basic] Public Shared Function Point( _ ByVal n As Integer _ ) As Unit [C#] public static Unit Point( int n ); [C++] public: static Unit Point( int n ); [JScript] public static function Point( n : int ) : Unit;
Unit Structure | Unit Members | System.Web.UI.WebControls Namespace