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

◆ draw_point() [3/4]

void xtd::drawing::graphics::draw_point ( const xtd::drawing::pen pen,
int32  x,
int32  y 
)

Draws a point specified by the coordinate pairs.

Parameters
penxtd::drawing::pen that determines the color, width, and style of the point.
x1The x-coordinate of the point.
y1The y-coordinate of the point.