Class OverviewResizingTool

GoDiagram®
v10.0.8
by Northwoods Software®

The OverviewResizingTool class lets the user resize the box within an overview.

Inheritance
OverviewResizingTool
Namespace: Northwoods.Go.Tools.Extensions
Assembly: OverviewResizingWinForms.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.

Overrides