AutoLayout(Point,Point,Boolean,Boolean) Method
In This Topic
Layouts the connection shape to fit 2 specified points.
Syntax
'Declaration
Public Overloads Sub AutoLayout( _
ByVal As Point, _
ByVal As Point, _
Optional ByVal As Boolean, _
Optional ByVal As Boolean _
)
'Usage
Dim instance As ConnectionShape
Dim startPoint As Point
Dim endPoint As Point
Dim updateParentBoundary As Boolean
Dim applyDisplayFormulas As Boolean
instance.AutoLayout(startPoint, endPoint, updateParentBoundary, applyDisplayFormulas)
public void AutoLayout(
Point ,
Point ,
bool ,
bool
)
Parameters
- startPoint
- endPoint
- updateParentBoundary
- applyDisplayFormulas
See Also