Lenguaje

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

Definición

Establece las coordenadas y el tipo del área del mapa de imagen.

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

La forma del área del mapa de la imagen.

coordinates
Single[]

Un array de coordiantes para el área del mapa de imagen.

Se aplica a