Unit.Pixel Method
.NET Framework 3.0
Creates a Unit of type Pixel 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 Pixel ( int n )
public static function Pixel ( 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 Pixel that represents the length specified by the n parameter.Community Additions
ADD
Show:
Note: