[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext.SetPixel

SetPixel Method

SetPixel(Color, Point)

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.

Declaration
public void SetPixel(Color color, Point point)
Parameters
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.