ezLCD SDK Documentation

EZLCDBitmap Constructor

 [This is preliminary documentation and subject to change.]

Constructs a new EZLCDBitmap object by copying and converting pixels from a System.Drawing.Bitmap.

Overload List

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);

See Also

EZLCDBitmap Class | EZLCD.Core Namespace