Image Area PolygonPoints 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: 2024.12.31.0
If you modify the points collection, be sure to call RefreshAreaInformation so that the image map refreshes its cached area information.
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
C#
public PointCollection Points { get; }VB
Public ReadOnly Property Points As PointCollection
GetC++
public:
property PointCollection^ Points {
PointCollection^ get ();
}F#
member Points : PointCollection with getProperty Value
PointCollectionIf you modify the points collection, be sure to call RefreshAreaInformation so that the image map refreshes its cached area information.