Class ResizeMultipleTool
- Namespace
- Northwoods.Go.Tools.Extensions
- Assembly
- ResizeMultipleWinForms.dll
The ResizeMultipleTool class lets the user resize multiple objects at once.
public class ResizeMultipleTool : ResizingTool
- Inheritance
-
ResizeMultipleTool
- Inherited Members
Constructors
ResizeMultipleTool()
Constructs a ResizeMultipleTool and sets the name for the tool.
public ResizeMultipleTool()
Methods
Resize(Rect)
Overrides Resize(Rect) to resize all selected objects to the same size.
public override void Resize(Rect newr)
Parameters
newr
Rectthe intended new rectangular bounds for each Part's ResizeElement.