[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Interactivity.ImageMapArea.Polygon

Polygon Method

Polygon(IList<PointF>)

Creates a polygonal image map area.

Declaration
public static ImageMapArea Polygon(IList<PointF> points)
Parameters
Type Name Description
IList<PointF> points

The points defining the polygon.

Returns
Type Description
ImageMapArea

A new instance of the ImageMapArea class representing a polygonal area.