Accusoft NotateXpress 12
ElementChangePoint Method
See Also  Send comments on this topic.
elementHandle
The handle of the element returned by the ElementCreate method.
whichPoint
The zero-based index of the point to change.
x
The new x coordinate of the point in pixels.
y
The new y coordinate of the point in pixels.
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : ElementChangePoint Method

Glossary Item Box

Description

Changes the point coordinates of the (zero-based) index of the point specified.

Syntax

Visual Basic
Public Sub ElementChangePoint( _
   ByVal elementHandle As Long, _
   ByVal whichPoint As Long, _
   ByVal x As Long, _
   ByVal y As Long _
) 

Parameters

elementHandle
The handle of the element returned by the ElementCreate method.
whichPoint
The zero-based index of the point to change.
x
The new x coordinate of the point in pixels.
y
The new y coordinate of the point in pixels.

See Also

©2013. Accusoft Corporation. All Rights Reserved.