VncFramebufferSetPixel Method

RemoteViewing
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

public void SetPixel(
	int x,
	int y,
	int color
)

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

Reference