Constructor RectangleF | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

RectangleF(float, float, float, float)

Initializes a new instance of the RectangleF class with the specified location and size.

public RectangleF(float x, float y, float width, float height)

Parameters

x float

y float

width float

height float

RectangleF(PointF, SizeF)

Initializes a new instance of the RectangleF class with the specified location and size.

public RectangleF(PointF location, SizeF size)

Parameters

location PointF

size SizeF