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 和半徑值來表示。

適用於