ClientPointY property (Annotation Control)

C++ Builder example

Delphi example

 

Builder Syntax

double ClientPointY [unsigned uIndex]

Delphi Syntax

ClientPointY [uIndex: L_UINT]: L_INT

Overview

Refer to Implementing Annotations.

Remarks

Gets or sets an array of Y coordinates for one or more points to be converted. These values are in client coordinates. Client coordinates factor in the current zoom factor, and the horizontal and vertical scrolling.

You specify the point index in uIndex in order to allocate adequate memory for the ClientPointY and ClientPointX properties. For more information on the conversion process, refer to AnnConvert method.

See Also

Elements:

AnnConvert method, ClientPointX property, AnnContainerPointX property, AnnContainerPointY property, PointsCount property

Topics:

Annotations: Object Manipulation