Aurigma Graphics Mill 5.5 for .NET
GdiGraphics..::.GetPixel Method
Gets 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 required pixel.
- y
-
Type: System..::.Int32
Vertical coordinate of the required pixel.
Return Value
A color of the pixel at 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.