ezLCD SDK Documentation

EZLCDBase. Method 

 [This is preliminary documentation and subject to change.]

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

[Visual Basic]
Overridable Public Sub ( _ 
   ByVal EZLCDPoint As EZLCDPoint, _ 
   ByVal EZLCDBitmap As EZLCDBitmap _ 
) _
    Implements IEZLCDAdvanced.
[C#]
public virtual void (
   EZLCDPoint EZLCDPoint,
   EZLCDBitmap EZLCDBitmap
);
[C++]
public: virtual void (
   EZLCDPoint EZLCDPoint,
   EZLCDBitmap* EZLCDBitmap
);
[JScript]
public virtual function (
   EZLCDPoint EZLCDPoint,
   EZLCDBitmap EZLCDBitmap
);

Parameters

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

Implements

IEZLCDAdvanced.

See Also

EZLCDBase Class | EZLCD.SDK Namespace