ImageAreaCircleCoordinates Property

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

Definition

Namespace: EWSoftware.ImageMaps.Web.Controls
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2023.1.3.0
public override string Coordinates { get; set; }

Property Value

String

Implements

IImageAreaCoordinates

Remarks

The coordinates are expected to be numeric and in the order X, Y, and radius with each value separated by commas.

Exceptions

ArgumentExceptionThis is thrown if the number of coordinates given is not exactly equal to three or if non-numeric values are found.

See Also