Class ResizeMultipleTool

GoDiagram®
v10.0.8
by Northwoods Software®

The ResizeMultipleTool class lets the user resize multiple objects at once.

Inheritance
ResizeMultipleTool
Namespace: Northwoods.Go.Tools.Extensions
Assembly: ResizeMultipleWinForms.dll
Syntax
public class ResizeMultipleTool : ResizingTool

Constructors

ResizeMultipleTool()

Constructs a ResizeMultipleTool and sets the name for the tool.

Declaration
public ResizeMultipleTool()

Methods

Resize(Rect)

Overrides Resize(Rect) to resize all selected objects to the same size.

Declaration
public override void Resize(Rect newr)
Parameters
Type Name Description
Rect newr

the intended new rectangular bounds for each Part's ResizeElement.

Overrides