IImageAreaCoordinates Property

This is used to get or set the coordinate values in string form

Definition

Namespace: EWSoftware.ImageMaps
Assemblies:  EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2023.1.3.0
  EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2023.1.3.0
string Coordinates { get; set; }

Property Value

String

Remarks

This is used when rendering the area to HTML. It is also used in the designer to use the graphical coordinate selection dialog.

See Also