[]
Creates a polygonal image map area.
public static ImageMapArea Polygon(IList<PointF> points)
Type | Name | Description |
---|---|---|
IList<PointF> | points | The points defining the polygon. |
Type | Description |
---|---|
ImageMapArea | A new instance of the ImageMapArea class representing a polygonal area. |