Table of Contents

Constructor DrawEventArgs

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

DrawEventArgs(Rectangle, Rectangle)

Creates a new instance of the DrawEventArgs class.

public DrawEventArgs(Rectangle newViewport, Rectangle oldViewport)

Parameters

newViewport Rectangle

The Content-relative rectangle describing the new visible viewport into the View.

oldViewport Rectangle

The Content-relative rectangle describing the old visible viewport into the View.