Sets the color of a single pixel.
Namespace: RemoteViewing.Vnc
Assembly: RemoteViewing (in RemoteViewing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- x
- Type: SystemInt32
The X coordinate of the pixel. - y
- Type: SystemInt32
The Y coordinate of the pixel. - color
- Type: SystemInt32
The RGB color of the pixel.
See Also