ClientPointY property (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

long ClientPointY;

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 must set the PointIndex property, in order to allocate adequate memory for the ClientPointY, ClientPointX, 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, ClientPointX property, ContainerPointX property, ContainerPointY property, PointsCount property, PointIndex property

Topics:

Annotations (Document/Medical only): Object Manipulation