Accusoft NotateXpress 12
PrgGetItemRect 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.
left
The address of a long to receive the left value of the bounding rectangle coordinates.
top
The address of a long to receive the top value of the bounding rectangle coordinates.
right
The address of a long to receive the right value of the bounding rectangle coordinates.
bottom
The address of a long to receive the bottom value of the bounding rectangle coordinates.
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : PrgGetItemRect Method

Glossary Item Box

Description

Gets the bounding rectangle for a specific element for the specific layer.

Syntax

Visual Basic
Public Sub PrgGetItemRect( _
   ByVal layerHandle As Long, _
   ByVal seqNum As Long, _
   ByRef left As Long, _
   ByRef top As Long, _
   ByRef right As Long, _
   ByRef bottom 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.
left
The address of a long to receive the left value of the bounding rectangle coordinates.
top
The address of a long to receive the top value of the bounding rectangle coordinates.
right
The address of a long to receive the right value of the bounding rectangle coordinates.
bottom
The address of a long to receive the bottom value of the bounding rectangle coordinates.

See Also

©2013. Accusoft Corporation. All Rights Reserved.