Compartir a través de


ImageMapArea.Coordinates Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Coordinates As Single()
    Get
'Uso
Dim instance As ImageMapArea 
Dim value As Single()

value = instance.Coordinates
public float[] Coordinates { get; }
public:
property array<float>^ Coordinates {
    array<float>^ get ();
}
member Coordinates : float32[]
function get Coordinates () : float[]

Valor de la propiedad

Tipo: array<System.Single[]
An array of float values.

Comentarios

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.

Vea también

Referencia

ImageMapArea Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering