次の方法で共有


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[]
)

パラメーター