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