Click or drag to resize
IGraphicsDisplayDrawPixel Method (Int32, Int32, Color)
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,
	Color color
)

Parameters

x
Type: SystemInt32
y
Type: SystemInt32
color
Type: Windows.UIColor
Remarks
See Also