Constructs a new EZLCDBitmapEx object by copying and converting pixels from a System.Drawing.Bitmap.
Constructs a new EZLCDBitmapEx object by copying and converting pixels from a System.Drawing.Bitmap.
[Visual Basic] Public Sub New(ByVal Bitmap)
[C#] public EZLCDBitmapEx(Bitmap);
[C++] public: EZLCDBitmapEx(Bitmap*);
[JScript] public function EZLCDBitmapEx(Bitmap);
Constructs a new, empty bitmap with the specified width and height.
[Visual Basic] Public Sub New(ByVal UInt16,ByVal Byte)
[C#] public EZLCDBitmapEx(ushort,byte);
[C++] public: EZLCDBitmapEx(unsigned short,char);
[JScript] public function EZLCDBitmapEx(UInt16,Byte);
EZLCDBitmapEx Class | EZLCD.Core Namespace