ImageMapArea.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 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.