次の方法で共有


ImageMapArea.SetCoordinates メソッド

イメージ マップ領域の座標および種類を設定します。

名前空間:  Microsoft.ReportingServices.ReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public Sub SetCoordinates ( _
    shape As ImageMapArea.ImageMapAreaShape, _
    coordinates As Single() _
)
'使用
Dim instance As ImageMapArea 
Dim shape As ImageMapArea.ImageMapAreaShape 
Dim coordinates As Single()

instance.SetCoordinates(shape, coordinates)
public void SetCoordinates(
    ImageMapArea.ImageMapAreaShape shape,
    float[] coordinates
)
public:
void SetCoordinates(
    ImageMapArea.ImageMapAreaShape shape, 
    array<float>^ coordinates
)
member SetCoordinates : 
        shape:ImageMapArea.ImageMapAreaShape * 
        coordinates:float32[] -> unit
public function SetCoordinates(
    shape : ImageMapArea.ImageMapAreaShape, 
    coordinates : float[]
)

パラメーター

  • coordinates
    型: array<System.Single[]
    イメージ マップ領域の座標の配列です。

関連項目

参照

ImageMapArea クラス

Microsoft.ReportingServices.ReportRendering 名前空間