ImageMapArea.SetCoordinates(ImageMapArea+ImageMapAreaShape, Single[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The shape of the image map area.
- coordinates
- Single[]
An array of coordiantes for the image map area.