ezLCD SDK Documentation

IEZLCDAdvanced. Method 

 [This is preliminary documentation and subject to change.]

Draws a bitmap with the top-left corner at the specified location.

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

Parameters

topLeft
The top-left location of the bitmap.
bitmap
The bitmap to draw.

See Also

IEZLCDAdvanced Interface | EZLCD.SDK Namespace