xtd
0.2.0
Loading...
Searching...
No Matches
◆
add_polygon()
[2/2]
void xtd::drawing::drawing_2d::graphics_path::add_polygon
(
const std::vector<
xtd::drawing::point_f
> &
points
)
Adds a polygon to this path.
Parameters
points
An array of
xtd::drawing::point_f
structures that defines the polygon to add.
Remarks
The points in the points array specify the vertices of a polygon. If the first point in the array is not the same as the last point, those two points are connected to close the polygon.
xtd
drawing
drawing_2d
graphics_path
Generated on Sat Sep 14 2024 21:25:20 for xtd by
Gammasoft
. All rights reserved.