Draws a bitmap with the top-left corner at the specified location.
Draws a bitmap with the top-left corner at the specified location.
Inherited from EZLCDBase.
[Visual Basic] Overridable OverloadsPublic Sub (ByVal EZLCDPoint,ByVal EZLCDBitmap) _ Implements IEZLCDAdvanced.
[C#] public virtual void (EZLCDPoint,EZLCDBitmap);
[C++] public: virtual void (EZLCDPoint,EZLCDBitmap*);
[JScript] public virtual function (EZLCDPoint,EZLCDBitmap);
Draws a bitmap with the top-left corner at the specified location.
[Visual Basic] Public Sub (ByVal EZLCDPointEx,ByVal EZLCDBitmapEx)
[C#] public void (EZLCDPointEx,EZLCDBitmapEx);
[C++] public: void (EZLCDPointEx,EZLCDBitmapEx*);
[JScript] public function (EZLCDPointEx,EZLCDBitmapEx);
EZLCD004 Class | EZLCD.SDK Namespace