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