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[]
)
パラメーター
- shape
型: Microsoft.ReportingServices.ReportRendering. . :: . .ImageMapArea. . :: . .ImageMapAreaShape
画像マップ領域の図形です。
- coordinates
型: array<System. . :: . .Single> [] () [] []
画像マップ領域の座標の配列です。