Click or drag to resize
Accord.NET (logo)

UnmanagedImageSetPixel Method (IntPoint, Color)

Set pixel with the specified coordinates to the specified color.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public void SetPixel(
	IntPoint point,
	Color color
)
Request Example View Source

Parameters

point
Type: AccordIntPoint
Point's coordiates to set color for.
color
Type: System.DrawingColor
Color to set for the pixel.
Remarks

See SetPixel(Int32, Int32, Color) for more information.

See Also