Methods to set the color of the specified pixel to the foreground color.
Sets the color of the pixel at the specified location to the foreground color. Note: This command will change your current position to {x,y}
[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 color of the pixel at x,y to the foreground color. Note: This command will change your current position to {x,y}
[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);
EZLCDBase Class | EZLCD.SDK Namespace