Table of Contents

Constructor Size

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Size(Point)

Size Constructor

public Size(Point pt)

Parameters

pt Point

Remarks

Creates a Size from a Point value.

Size(int, int)

Size Constructor

public Size(int width, int height)

Parameters

width int
height int

Remarks

Creates a Size from specified dimensions.