Metoda ImageMapArea.SetCoordinates
Ustawia współrzędne i typ obszaru mapy obrazu.
Przestrzeń nazw: Microsoft.ReportingServices.ReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public Sub SetCoordinates ( _
shape As ImageMapArea..::..ImageMapAreaShape, _
coordinates As Single() _
)
'Użycie
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[]
)
Parametry
- shape
Typ: Microsoft.ReportingServices.ReportRendering.ImageMapArea.ImageMapAreaShape
Kształt obszar mapy obrazu.
- coordinates
Typ: array<System.Single[]
Tablica coordiantes dla obszaru mapy obrazu.
Zobacz także