MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Interactivity Namespace / ImageMapArea Class / Polygon Method
The points defining the polygon.

In This Topic
Polygon Method
In This Topic
Creates a polygonal image map area.
Syntax
'Declaration
 
Public Shared Function Polygon( _
   ByVal points As IList(Of PointF) _
) As ImageMapArea
 

Parameters

points
The points defining the polygon.

Return Value

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