ImageMapAreaInstance.Coordinates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the calculated coordinates of the ImageMapArea, 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
An array of float
values that represents the calculated coordinates of the ImageMapArea.
Remarks
The values returned depend on the value of the Shape property:
A Rectangle is represented by a series of left, right, top, and bottom values.
A Polygon is represented by a series of x,y pairs.
A Circle is represented by x, y, and radius values.