SetPixel()
Bitmap::SetPixel(int, int, Color) method
Sets the color of the specified pixel in the bitmap image represented by the current object.
void System::Drawing::Bitmap::SetPixel(int x, int y, Color color)
Arguments
Parameter | Type | Description |
---|---|---|
x | int | X coordinate of the pixel |
y | int | Y coordinate of the pixel |
color | Color | The new color to set |
See Also
- Class Color
- Class Bitmap
- Namespace System::Drawing
- Library Aspose.Slides