[]
Creates a polygon (used to create sort and tree glyphs).
public static Polygon CreatePolygon(Brush brush, params double[] values)
Type | Name | Description |
---|---|---|
Brush | brush | Brush used to fill the polygon. |
double[] | values | Array with X and Y coordinates of the points that define the polygon. |
Type | Description |
---|---|
Polygon | A polygon with the specified background and geometry. |