Visio.BoundingBox interface

Represents the BoundingBox of the shape.

Remarks

[ API set: 1.1 ]

Properties

height

The distance between the top and bottom edges of the bounding box of the shape, excluding any data graphics associated with the shape.

width

The distance between the left and right edges of the bounding box of the shape, excluding any data graphics associated with the shape.

x

An integer that specifies the x-coordinate of the bounding box.

y

An integer that specifies the y-coordinate of the bounding box.

Property Details

height

The distance between the top and bottom edges of the bounding box of the shape, excluding any data graphics associated with the shape.

height: number;

Property Value

number

Remarks

[ API set: 1.1 ]

width

The distance between the left and right edges of the bounding box of the shape, excluding any data graphics associated with the shape.

width: number;

Property Value

number

Remarks

[ API set: 1.1 ]

x

An integer that specifies the x-coordinate of the bounding box.

x: number;

Property Value

number

Remarks

[ API set: 1.1 ]

y

An integer that specifies the y-coordinate of the bounding box.

y: number;

Property Value

number

Remarks

[ API set: 1.1 ]