ezLCD SDK Documentation

EZLCDBitmapEx Constructor (UInt16, Byte)

 [This is preliminary documentation and subject to change.]

Constructs a new, empty bitmap with the specified width and height.

[Visual Basic]
Public Sub New( _ 
   ByVal UInt16 As UInt16, _ 
   ByVal Byte As Byte _ 
)
[C#]
public EZLCDBitmapEx(
   ushort UInt16,
   byte Byte
);
[C++]
public: EZLCDBitmapEx(
   unsigned short UInt16,
   char Byte
);
[JScript]
public function EZLCDBitmapEx(
   UInt16 UInt16,
   Byte Byte
);

Parameters

width
The width of the new bitmap.
height
The height of the new bitmap.

See Also

EZLCDBitmapEx Class | EZLCD.Core Namespace | EZLCDBitmapEx Constructor Overload List