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

◆ get_pixel()

drawing::color xtd::drawing::bitmap::get_pixel ( int32  x,
int32  y 
) const

Gets the color of the specified pixel in this bitmap.

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