ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Interactivity Namespace / ImageMapArea Class / Polygon Method

In This Topic
    Polygon Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function Polygon( _
       ByVal points As IList(Of PointF) _
    ) As ImageMapArea
    public static ImageMapArea Polygon( 
       IList<PointF> points
    )

    Parameters

    points
    See Also