ezLCD SDK Documentation

EZLCD004. Method

 [This is preliminary documentation and subject to change.]

Draws a bitmap from the LCDs internal memory with the top-left corner at the specified location.

Overload List

Draws a bitmap from the LCDs internal memory with the top-left corner at the specified location.
Inherited from EZLCDBase.

[Visual Basic] Overridable  OverloadsPublic Sub (ByVal EZLCDPoint,ByVal Byte) _     Implements IEZLCDAdvanced.
[C#] public virtual void (EZLCDPoint,byte);
[C++] public: virtual void (EZLCDPoint,char);
[JScript] public virtual function (EZLCDPoint,Byte);

Draws a bitmap from the LCDs internal memory with the top-left corner at the specified location.

[Visual Basic] Public Sub (ByVal EZLCDPointEx,ByVal Byte)
[C#] public void (EZLCDPointEx,byte);
[C++] public: void (EZLCDPointEx,char);
[JScript] public function (EZLCDPointEx,Byte);

See Also

EZLCD004 Class | EZLCD.SDK Namespace