GetPixel()
Bitmap::GetPixel(int, int) method
Returns the color of the specified pixel.
Color System::Drawing::Bitmap::GetPixel(int x, int y)
Arguments
Parameter | Type | Description |
---|---|---|
x | int | The X coordinate of the pixel whose color to return |
y | int | The Y coordinate of the pixel whose color to return |
Return Value
The color of the specified pixel
See Also
- Class Color
- Class Bitmap
- Namespace System::Drawing
- Library Aspose.Slides