This documentation is archived and is not being maintained.
BOUNDINGBOXRECT Function
Returns the coordinate of the specified edge of the shape's bounding box.
Version Added: Visio 2010
BOUNDINGBOXRECT(Index)
Parameters
Name | Required/Optional | Data Type | Description |
|---|
Index | Required | Integer | The edge of the shape's bounding box for which to get the coordinate. See Remarks for possible values. |
Return Value
Index can be one of the following values.
Item | Value |
|---|
Left edge | 0 |
Right edge | 1 |
Top edge | 2 |
Bottom edge | 3 |
If the shape has a parent, the return value is in the coordinate system of that parent.