ezLCD SDK Documentation

EZLCD004. Method

 [This is preliminary documentation and subject to change.]

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

Overload List

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);

See Also

EZLCD004 Class | EZLCD.SDK Namespace