void xtd::drawing::graphics::draw_point | ( | const xtd::drawing::pen & | pen, |
const xtd::drawing::point_f & | point | ||
) |
Draws a point specified by the coordinate pairs.
pen | xtd::drawing::pen that determines the color, width, and style of the point. |
point | xtd::drawing::point_f structure that represents the point. |