Accusoft NotateXpress 12
PrgGetItemPointX Method
See Also  Send comments on this topic.
layerHandle
The handle of a layer returned by the CreateLayer method.
seqNum
The handle of an element returned by the ElementAppend method.
whichPoint
The zero based index of the desired point.
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : PrgGetItemPointX Method

Glossary Item Box

Description

Gets the x coordinate of a point allocated for a specific element for the specific layer.

Syntax

Visual Basic
Public Function PrgGetItemPointX( _
   ByVal layerHandle As Long, _
   ByVal seqNum As Long, _
   ByVal whichPoint As Long _
) As Long

Parameters

layerHandle
The handle of a layer returned by the CreateLayer method.
seqNum
The handle of an element returned by the ElementAppend method.
whichPoint
The zero based index of the desired point.

Return Type

The x coordinate in pixels.

See Also

©2013. Accusoft Corporation. All Rights Reserved.