xtd 0.2.0
Loading...
Searching...
No Matches

◆ set_pixel()

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.

Parameters
xThe x-coordinate of the pixel to retrieve.
yThe y-coordinate of the pixel to retrieve.
colorA xtd::drawing::color structure that represents the color of the specified pixel.