ImageAreaRectangleCoordinates Property

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

Definition

Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.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 left, top, right, bottom with each value separated by commas.

Exceptions

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

See Also