PyCDC
.SetPixel
SetPixel(
x
, y
, color
)
Sets a pixel in a device context
Parameters
x
: int
Horizontal coordinate.
y
: int
Vertical coordinate.
color
: int
The brush color.