Accusoft NotateXpress 12
ElementGetPoint Method
See Also  Send comments on this topic.
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.

AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : ElementGetPoint Method

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.