Click or drag to resize
IGraphicsDisplayDrawPixel Method (Int32, Int32, Byte, Byte, Byte)
Writes a pixel to display memory.

Namespace: Microsoft.IoT.DeviceCore.Display
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void DrawPixel(
	int x,
	int y,
	byte red,
	byte green,
	byte blue
)

Parameters

x
Type: SystemInt32
y
Type: SystemInt32
red
Type: SystemByte
green
Type: SystemByte
blue
Type: SystemByte
Remarks
See Also