ezLCD SDK Documentation

EZLCDBitmap Constructor (Byte, 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 Byte As Byte, _ 
   ByVal Byte As Byte _ 
)
[C#]
public EZLCDBitmap(
   byte Byte,
   byte Byte
);
[C++]
public: EZLCDBitmap(
   char Byte,
   char Byte
);
[JScript]
public function EZLCDBitmap(
   Byte Byte,
   Byte Byte
);

Parameters

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

See Also

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