ImageMapAreaInstance.Coordinates 属性

定义

获取以图表大小的百分比表示的 ImageMapArea 的计算出的坐标。

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

属性值

Single[]

float 值的数组,该值表示 ImageMapArea 的计算出的坐标。

注解

返回的值取决于属性的值 Shape

  • Rectangle 由一系列上、下、左、右值来表示。

  • Polygon 由一系列 x-y 值对来表示。

  • Circle 由 x 值、y 值和半径值来表示。

适用于