ImageMapArea.Coordinates プロパティ
図形の座標を、グラフ サイズの割合 (% 単位) として取得します。
名前空間: Microsoft.ReportingServices.ReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property Coordinates As Single()
Get
'使用
Dim instance As ImageMapArea
Dim value As Single()
value = instance.Coordinates
public float[] Coordinates { get; }
public:
property array<float>^ Coordinates {
array<float>^ get ();
}
member Coordinates : float32[]
function get Coordinates () : float[]
プロパティ値
型: array<System.Single[]
float 値の配列です。
説明
返される値は、Shape プロパティの値によって次のように異なります。
rectangle は、一連の左、右、上、および下の値として表されます。
polygon は、一連の x と y の組として表されます。
circle は、x、y、および半径の値で表されます。