Accusoft NotateXpress 12
ElementSetBoundingRect Method
See Also  Send comments on this topic.
elementHandle
The handle of an element returned by the ElementCreate method.
left
The left value of the bounding rectangle coordinates
top
The top value of the bounding rectangle coordinates.
right
The right value of the bounding rectangle coordinates.
bottom
The bottom value of the bounding rectangle coordinates.
AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : ElementSetBoundingRect Method

Glossary Item Box

Description

Sets the bounding rectangle of an existing element.

Syntax

Visual Basic
Public Sub ElementSetBoundingRect( _
   ByVal elementHandle As Long, _
   ByVal left As Long, _
   ByVal top As Long, _
   ByVal right As Long, _
   ByVal bottom As Long _
) 

Parameters

elementHandle
The handle of an element returned by the ElementCreate method.
left
The left value of the bounding rectangle coordinates
top
The top value of the bounding rectangle coordinates.
right
The right value of the bounding rectangle coordinates.
bottom
The bottom value of the bounding rectangle coordinates.

See Also

©2013. Accusoft Corporation. All Rights Reserved.