Skip to main content

SizeF Struct

Namespace: System.Drawing · Assembly: GHIElectronics.TinyCLR.Drawing

A floating-point width × height size.

public struct SizeF

Constructors

SizeF(SizeF size)

public SizeF(SizeF size)

No description available.

ParameterTypeDescription
sizeSizeF

SizeF(float width, float height)

public SizeF(float width, float height)

No description available.

ParameterTypeDescription
widthfloat
heightfloat

Properties

IsEmpty

public bool IsEmpty { get; }

No description available.

Width

public float Width { get; set; }

Column width in pixels. (inherited)

Height

public float Height { get; set; }

Frame height in pixels. (inherited)

Methods

SizeF()

public static readonly SizeF Empty = new SizeF()

No description available.

Returns SizeF Empty = new