Table of Contents

Constructor SizeF

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

SizeF(SizeF)

Initializes a new instance of the SizeF class from the specified existing SizeF.

public SizeF(SizeF size)

Parameters

size SizeF

SizeF(PointF)

Initializes a new instance of the SizeF class from the specified PointF.

public SizeF(PointF pt)

Parameters

pt PointF

SizeF(float, float)

Initializes a new instance of the SizeF class from the specified dimensions.

public SizeF(float width, float height)

Parameters

width float
height float