Sets the bounding rectangle of an existing element.
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 _ ) |
- 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.