void xtd::drawing::graphics::fill_polygon | ( | const xtd::drawing::brush & | brush, |
const std::vector< xtd::drawing::point > & | points, | ||
xtd::drawing::drawing_2d::fill_mode | fill_mode | ||
) |
Fills the interior of a polygon defined by an array of points specified by xtd::drawing::point structures using the specified fill mode.
brush | xtd::drawing::brush that determines the characteristics of the fill. |
points | Array of xtd::drawing::point structures that represent the vertices of the polygon to fill. |
fill_mode | Member of the xtd::drawing::drawing_2d::fill_mode enumeration that determines the style of the fill. |