void xtd::drawing::bitmap::set_pixel | ( | int32 | x, |
int32 | y, | ||
const drawing::color & | color | ||
) |
Sets the color of the specified pixel in this xtd::drawing::bitmap.
x | The x-coordinate of the pixel to retrieve. |
y | The y-coordinate of the pixel to retrieve. |
color | A xtd::drawing::color structure that represents the color of the specified pixel. |