| AccusoftNotateXpress13 ActiveX DLL > NotateXpress Object : ElementGetBoundingRect Method | 
The address of a long to receive the left value of the bounding rectangle coordinates.
The address of a long to receive the top value of the bounding rectangle coordinates.
The address of a long to receive the right value of the bounding rectangle coordinates.
The address of a long to receive the bottom value of the bounding rectangle coordinates.
| Visual Basic | 
|---|
Public Sub ElementGetBoundingRect( _ ByVal elementHandle As Long, _ ByRef left As Long, _ ByRef top As Long, _ ByRef right As Long, _ ByRef bottom As Long _ )  | 
The address of a long to receive the left value of the bounding rectangle coordinates.
The address of a long to receive the top value of the bounding rectangle coordinates.
The address of a long to receive the right value of the bounding rectangle coordinates.
The address of a long to receive the bottom value of the bounding rectangle coordinates.