[]
Sets the pixel at the specified coordinates to the closest approximation of the specified color. The point must be in the clipping region and the visible part of the device surface.
public void SetPixel(Color color, Point point)
Type | Name | Description |
---|---|---|
Color | color | Specifies the color to be used to paint the point. |
Point | point | Specifies the coordinate, in logical units, of the point to be set. |