ezLCD SDK Documentation

EZLCDBase. Method

 [This is preliminary documentation and subject to change.]

Sets the current position of the pixel on the LCD.

Overload List

Sets the current position of the pixel on the LCD.

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

Sets the current position pixel on the LCD.

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

See Also

EZLCDBase Class | EZLCD.SDK Namespace