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