ezLCD SDK Documentation

EZLCD004. Method 

 [This is preliminary documentation and subject to change.]

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

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

Parameters

bitmap
The bitmap to draw.

See Also

EZLCD004 Class | EZLCD.SDK Namespace