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

Namespace: Microsoft.IoT.Devices.Display
Assembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void DrawPixel(
	int x,
	int y,
	Color color
)

Parameters

x
Type: SystemInt32
y
Type: SystemInt32
color
Type: Windows.UIColor

Implements

IGraphicsDisplayDrawPixel(Int32, Int32, Color)
Remarks
See Also