ImageAreaPolygonPoints Property

This read-only property is used to get the polygon point collection

Definition

Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2023.1.3.0
public PointCollection Points { get; }

Property Value

PointCollection
If you modify the points collection, be sure to call RefreshAreaInformation so that the image map refreshes its cached area information.

See Also