[]
        
(Showing Draft Content)

C1.Util.Util.CreatePolygon

CreatePolygon Method

CreatePolygon(Brush, params double[])

Creates a polygon (used to create sort and tree glyphs).

Declaration
public static Polygon CreatePolygon(Brush brush, params double[] values)
Parameters
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.

Returns
Type Description
Polygon

A polygon with the specified background and geometry.