ezLCD SDK Documentation

EZLCDBitmapEx Constructor

 [This is preliminary documentation and subject to change.]

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

Overload List

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

See Also

EZLCDBitmapEx Class | EZLCD.Core Namespace