Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Sets the coordinates and type of the image map area.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Sub SetCoordinates ( _
shape As ImageMapArea.ImageMapAreaShape, _
coordinates As Single() _
)
'Usage
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[]
)
Parameters
- shape
Type: Microsoft.ReportingServices.ReportRendering.ImageMapArea.ImageMapAreaShape
The shape of the image map area.
- coordinates
Type: array<System.Single[]
An array of coordiantes for the image map area.