Aurigma Graphics Mill 5.5 for .NET
GdiGraphics..::.SetPixel Method
Writes a color of a pixel at specified coordinates.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Parameters
- x
-
Type: System..::.Int32
Horizontal coordinate of the pixel you are changing.
- y
-
Type: System..::.Int32
Vertical coordinate of the pixel you are changing.
- color
- A color of the pixel you want to write to the specified coordinates.
Remarks
If the current GdiGraphics instance is opened for a device context, you should remember than not all devices have per-pixel access support. Also, the coordinates must be inside the clipping region.