|
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
)
Public Sub SetPixel (
point As IntPoint,
color As Color
)
Request Example
View SourceParameters
- point
- Type: AccordIntPoint
Point's coordiates to set color for. - color
- Type: System.DrawingColor
Color to set for the pixel.
Remarks See Also