'Declaration
Sub Resize( _ ByVal child As Shape, _ ByVal resizeRectangle As Rectangle, _ ByVal applyDisplayFormulas As Boolean _ )
'Usage
Dim instance As ICompositeShape Dim child As Shape Dim resizeRectangle As Rectangle Dim applyDisplayFormulas As Boolean instance.Resize(child, resizeRectangle, applyDisplayFormulas)
void Resize( Shape child, Rectangle resizeRectangle, bool applyDisplayFormulas )
Parameters
- child
- The child Shape.
- resizeRectangle
- The rectangle of child.
- applyDisplayFormulas
- True if display formulas is applied.