Set pixel with the specified coordinates to the specified color.
Namespace:
AForge.ImagingAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
Parameters
- point
- Type: AForge..::.IntPoint
Point’s coordiates to set color for.
- color
- Type: System.Drawing..::.Color
Color to set for the pixel.
Remarks
See SetPixel(Int32, Int32, Color) for more information.