Compartir a través de


ImageMapArea.SetCoordinates(ImageMapArea+ImageMapAreaShape, Single[]) Método

Definición

Establece las coordenadas y tipo de área de mapa de imágenes.

public:
 void SetCoordinates(Microsoft::ReportingServices::ReportRendering::ImageMapArea::ImageMapAreaShape shape, cli::array <float> ^ coordinates);
public void SetCoordinates (Microsoft.ReportingServices.ReportRendering.ImageMapArea.ImageMapAreaShape shape, float[] coordinates);
member this.SetCoordinates : Microsoft.ReportingServices.ReportRendering.ImageMapArea.ImageMapAreaShape * single[] -> unit
Public Sub SetCoordinates (shape As ImageMapArea.ImageMapAreaShape, coordinates As Single())

Parámetros

shape
ImageMapArea.ImageMapAreaShape

Forma del área de mapa de imágenes.

coordinates
Single[]

Una matriz de coordenadas para el área de mapa de imágenes.

Se aplica a