Table of Contents

Constructor ViewManipulator

Namespace
Terminal.Gui.ViewBase
Assembly
Terminal.Gui.dll

ViewManipulator(View, Point, int, int)

Creates a new ViewManipulator for the specified view.

public ViewManipulator(View view, Point grabPoint, int minWidth, int minHeight)

Parameters

view View

The view to manipulate.

grabPoint Point

The point where the drag started (in frame coordinates).

minWidth int

Minimum allowed width.

minHeight int

Minimum allowed height.

ViewManipulator(View, int, int)

Creates a ViewManipulator for keyboard-based arrangement (no grab point needed).

public ViewManipulator(View view, int minWidth, int minHeight)

Parameters

view View

The view to manipulate.

minWidth int

Minimum allowed width.

minHeight int

Minimum allowed height.