ClientPointX property (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

long ClientPointX;

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 must set the PointIndex property, in order to allocate adequate memory for the ClientPointX, ClientPointY, ContainerPointX and ContainerPointY properties, before using any of these properties.

For more information on the conversion process, refer to AnnConvert method.

See Also

Elements:

AnnConvert method, ClientPointY property, ContainerPointX property, ContainerPointY property, PointsCount property, PointIndex property

Topics:

Annotations (Document/Medical only): Object Manipulation