ImageMapArea.Coordinates Property

Definition

Gets the coordinates of the shape, in percentage of chart size.

public:
 property cli::array <float> ^ Coordinates { cli::array <float> ^ get(); };
public float[] Coordinates { get; }
member this.Coordinates : single[]
Public ReadOnly Property Coordinates As Single()

Property Value

Single[]

An array of float values.

Remarks

The values returned depend on the value of the Shape property:

  • A rectangle is representing as a series of left, right, top, and bottom values.

  • A polygon is represented as a series of x,y pairs.

  • A circle is represented with x, y, and radius values.

Applies to