A www.Sockets4.NET class library

ImageCanvas.SetPixel Method 

Sets the color of the specified pixel in this Bitmap object.

public void SetPixel(
   int x,
   int y,
   Color color
);

Parameters

x
The x-coordinate of the pixel to set.
y
The y-coordinate of the pixel to set.
color
A Color structure that represents the color to assign to the specified pixel.

See Also

ImageCanvas Class | Sockets4Images Namespace