Unit.Point Method
.NET Framework 3.0
Creates a Unit of type Point from the specified 32-bit signed integer.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public static Unit Point ( int n )
public static function Point ( n : int ) : Unit
Not applicable.
Parameters
- n
A 32-bit signed integer that represents the length of the Unit.
Return Value
A Unit of type Point that represents the length specified by the 32-bit signed integer.Community Additions
ADD
Show:
Note: