API Reference
Class
VisioGraphPlacement
Explicit graph bounds in the builder's page unit, with a center pin and bottom-up Y axis.
Inheritance
- Object
- VisioGraphPlacement
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
- Property VisioGraphClusterRecord.Placement
- Property VisioGraphNodeRecord.Placement
Constructors
public VisioGraphPlacement(Double pinX, Double pinY, Double width, Double height) #Creates validated fixed bounds. Width and height must be positive.
Parameters
- pinX System.Double
- pinY System.Double
- width System.Double
- height System.Double
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object