Image MapAreas Property
This returns the collection of areas defined for the image map
Definition
Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
C#
public ImageAreaCollection Areas { get; }VB
Public ReadOnly Property Areas As ImageAreaCollection
GetC++
public:
virtual property ImageAreaCollection^ Areas {
ImageAreaCollection^ get () sealed;
}F#
abstract Areas : ImageAreaCollection with get
override Areas : ImageAreaCollection with get