Class OverviewResizingTool
The OverviewResizingTool class lets the user resize the box within an overview.
Namespace: Northwoods.Go.Tools.Extensions
Assembly: OverviewResizingAvalonia.dll
Syntax
public class OverviewResizingTool : ResizingTool
Constructors
OverviewResizingTool()
Constructs an OverviewResizingTool and sets the name for the tool.
Declaration
public OverviewResizingTool()
Methods
Resize(Rect)
Overrides Resize(Rect) to resize the overview box via setting the observed diagram's scale.
Declaration
public override void Resize(Rect newr)
Parameters
Type | Name | Description |
---|---|---|
Rect | newr | the intended new rectangular bounds the overview box. |