ezLCD SDK Documentation

EZLCD004. 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] Public Sub (ByVal EZLCDPointEx)
[C#] public void (EZLCDPointEx);
[C++] public: void (EZLCDPointEx);
[JScript] public function (EZLCDPointEx);

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] Public Sub (ByVal UInt16,ByVal Byte)
[C#] public void (ushort,byte);
[C++] public: void (unsigned short,char);
[JScript] public function (UInt16,Byte);

See Also

EZLCD004 Class | EZLCD.SDK Namespace