Accusoft NotateXpress 13
ElementGetPoint Method
The handle of an element returned by the ElementCreate method.
The zero-based index of the desired point.

The address of a long to receive the x value coordinate.

The address of a long to receive the y value coordinate.

Description
Gets the x and y coordinates of a point allocated for an existing element.
Syntax
Visual Basic
Public Sub ElementGetPoint( _
   ByVal elementHandle As Long, _
   ByVal index As Long, _
   ByRef x As Long, _
   ByRef y As Long _
) 
Parameters
elementHandle
The handle of an element returned by the ElementCreate method.
index
The zero-based index of the desired point.
x

The address of a long to receive the x value coordinate.

y

The address of a long to receive the y value coordinate.

See Also

NotateXpress Object  | NotateXpress Members  | Creating Programmatic Annotations

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback