ezLCD SDK Documentation

IEZLCDNative. Method 

 [This is preliminary documentation and subject to change.]

Draws a bitmap with the top-left corner at the current position.

[Visual Basic]
Sub ( _ 
   ByVal EZLCDBitmap As EZLCDBitmap _ 
)
[C#]
void (
   EZLCDBitmap EZLCDBitmap
);
[C++]
void (
   EZLCDBitmap* EZLCDBitmap
);
[JScript]
function (
   EZLCDBitmap EZLCDBitmap
);

Parameters

bitmap
The bitmap to draw.

See Also

IEZLCDNative Interface | EZLCD.SDK Namespace