ImageMapArea.SetCoordinates(ImageMapArea+ImageMapAreaShape, Single[]) Method

Definition

Sets the coordinates and type of the image map area.

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())

Parameters

shape
ImageMapArea.ImageMapAreaShape

The shape of the image map area.

coordinates
Single[]

An array of coordiantes for the image map area.

Applies to