Share via


ImageMapArea.Coordinates 속성

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

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public ReadOnly Property Coordinates As Single()
    Get
‘사용 방법
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[]

속성 값

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

주의

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.

참고 항목

참조

ImageMapArea 클래스

Microsoft.ReportingServices.ReportRendering 네임스페이스