Class ResizeMultipleTool
The ResizeMultipleTool class lets the user resize multiple objects at once.
Namespace: Northwoods.Go.Tools.Extensions
Assembly: ResizeMultipleAvalonia.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. |