Accusoft NotateXpress 12
ElementAddPoint Method
See Also  Send comments on this topic.
elementHandle
The handle of the element returned by the ElementCreate method.
x
The x coordinate in pixels of the desired point.
y
The y coordinate in pixels of the desired point.
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : ElementAddPoint Method

Glossary Item Box

Description

Adds a new point to a point array attached to an existing element.   This is for creating line and multi-point annotations.

Syntax

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

Parameters

elementHandle
The handle of the element returned by the ElementCreate method.
x
The x coordinate in pixels of the desired point.
y
The y coordinate in pixels of the desired point.

Remarks

Some of the annotation types require one or more points to specify location. For example, to describe a line you would add two points to specify the starting and ending points of the line.

See Also

©2013. Accusoft Corporation. All Rights Reserved.