Partilhar via


ImageMapArea.Coordinates Property

Gets the coordinates of the shape, in percentage of chart size.

Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Syntax

'Declaration
Public ReadOnly Property Coordinates As Single()
public float[] Coordinates { get; }
public:
property array<float>^ Coordinates {
    array<float>^ get ();
}
/** @property */
public float[] get_Coordinates ()
public function get Coordinates () : float[]

Property Value

An array of float values.

Remarks

New:5 December 2005

The values returned depend on the value of the Shape property:

  • A rectangle is representing as a series of left, right, top, and bottom values.

  • A polygon is represented as a series of x,y pairs.

  • A circle is represented with x, y, and radius values.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

ImageMapArea Class
ImageMapArea Members
Microsoft.ReportingServices.ReportRendering Namespace