ClientPointX property (Annotation Control)
Builder Syntax |
int ClientPointX[unsigned uIndex] |
Delphi Syntax |
ClientPointX [uIndex: L_UINT]: L_INT |
Overview |
Refer to Implementing Annotations. |
Remarks
Gets or sets an array of X 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 ClientPointX and ClientPointY properties.
For more information on the conversion process, refer to the AnnConvert method.
See Also
Elements: |
AnnConvert method, ClientPointY property, AnnContainerPointX property, AnnContainerPointY property, PointsCount property |
Topics: |