void xtd::drawing::graphics::draw_point | ( | const xtd::drawing::pen & | pen, |
float | x, | ||
float | y | ||
) |
Draws a point specified by the coordinate pairs.
pen | xtd::drawing::pen that determines the color, width, and style of the point. |
x1 | The x-coordinate of the point. |
y1 | The y-coordinate of the point. |