ImageAreaBaseCoordinates Property

This must be overridden to provide the image area coordinates

Definition

Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2023.1.3.0
public abstract string Coordinates { get; set; }

Property Value

String

Implements

IImageAreaCoordinates

Remarks

This is not really used by the Windows Forms image map but is used in the designer to access the coordinate editor dialog box like the web server control.

See Also