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 );
IEZLCDAdvanced Interface | EZLCD.SDK Namespace