Table of Contents

Struct SizeF

Namespace
GHIElectronics.Endpoint.Drawing
Assembly
GHIElectronics.Endpoint.Drawing.dll
public struct SizeF
Inherited Members

Constructors

SizeF(SizeF)

public SizeF(SizeF size)

Parameters

size SizeF

SizeF(float, float)

public SizeF(float width, float height)

Parameters

width float
height float

Fields

Empty

public static readonly SizeF Empty

Field Value

SizeF

Properties

Height

public float Height { readonly get; set; }

Property Value

float

IsEmpty

public bool IsEmpty { get; }

Property Value

bool

Width

public float Width { readonly get; set; }

Property Value

float