Partilhar via


Método SetCoordinates

Sets the coordinates and type of the image map area.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public Sub SetCoordinates ( _
    shape As ImageMapArea..::..ImageMapAreaShape, _
    coordinates As Single() _
)
'Uso
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[]
)

Parâmetros