API Reference
Struct
VisioShapeBounds
Bounds of one or more Visio shapes in page coordinate units, expressed in inches.
Inheritance
- ValueType
- VisioShapeBounds
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method VisioLayoutExtensions.GetContentBounds
- Method VisioLayoutExtensions.GetShapeBounds
- Extension method VisioPage.GetContentBounds
- Extension method VisioShape.GetShapeBounds
- Property VisioShapeBounds.Empty
- Extension method VisioShapeSelection.GetShapeBounds
Accepted by parameters
- Method VisioShapeBounds.Equals
Constructors
public VisioShapeBounds(Double left, Double bottom, Double right, Double top) #Initializes a new bounds value.
Parameters
- left System.Double
- Left edge.
- bottom System.Double
- Bottom edge.
- right System.Double
- Right edge.
- top System.Double
- Top edge.