Accusoft NotateXpress 13
ElementSetBoundingRect Method
The handle of an element returned by the ElementCreate method.
The left value of the bounding rectangle coordinates
The top value of the bounding rectangle coordinates.
The right value of the bounding rectangle coordinates.
The bottom value of the bounding rectangle coordinates.
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

NotateXpress Object  | NotateXpress Members  | Creating Programmatic Annotations

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback