ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / GraphicsRendering Class / DrawPolygon Method
Array of x-coordinates.
Array of y-coordinates.

In This Topic
    DrawPolygon Method (GraphicsRendering)
    In This Topic
    Draw polygon with current stroke and fill.
    Syntax
    'Declaration
     
    Public Sub DrawPolygon( _
       ByVal xs() As System.Double, _
       ByVal ys() As System.Double _
    ) 
    public void DrawPolygon( 
       System.double[] xs,
       System.double[] ys
    )

    Parameters

    xs
    Array of x-coordinates.
    ys
    Array of y-coordinates.
    See Also