ezLCD SDK Documentation

EZLCD004. Method (EZLCDPointEx, EZLCDBitmapEx)

 [This is preliminary documentation and subject to change.]

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

[Visual Basic]
Public Sub ( _ 
   ByVal EZLCDPointEx As EZLCDPointEx, _ 
   ByVal EZLCDBitmapEx As EZLCDBitmapEx _ 
)
[C#]
public void (
   EZLCDPointEx EZLCDPointEx,
   EZLCDBitmapEx EZLCDBitmapEx
);
[C++]
public: void (
   EZLCDPointEx EZLCDPointEx,
   EZLCDBitmapEx* EZLCDBitmapEx
);
[JScript]
public function (
   EZLCDPointEx EZLCDPointEx,
   EZLCDBitmapEx EZLCDBitmapEx
);

Parameters

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

See Also

EZLCD004 Class | EZLCD.SDK Namespace | EZLCD004. Overload List