Table of Contents

Constructor Point

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Point(Size)

Point Constructor

public Point(Size sz)

Parameters

sz Size

Remarks

Creates a Point from a Size value.

Point(int, int)

Point Constructor

public Point(int x, int y)

Parameters

x int
y int

Remarks

Creates a Point from a specified x,y coordinate pair.