ezLCD SDK Documentation

IEZLCDNative. Method

 [This is preliminary documentation and subject to change.]

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}

Overload List

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] Sub (ByVal EZLCDPoint)
[C#] void (EZLCDPoint);
[C++] void (EZLCDPoint);
[JScript] 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] Sub (ByVal Byte,ByVal Byte)
[C#] void (byte,byte);
[C++] void (char,char);
[JScript] function (Byte,Byte);

See Also

IEZLCDNative Interface | EZLCD.SDK Namespace