Image Area BaseShape Property
This must be overridden to provide the image area shape
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 abstract ImageAreaShape Shape { get; }VB
Public MustOverride ReadOnly Property Shape As ImageAreaShape
GetC++
public:
virtual property ImageAreaShape Shape {
ImageAreaShape get () abstract;
}F#
abstract Shape : ImageAreaShape with get