Struct SizeF
- Namespace
- GHIElectronics.Endpoint.Drawing
- Assembly
- GHIElectronics.Endpoint.Drawing.dll
public struct SizeF
- Inherited Members
Constructors
SizeF(SizeF)
public SizeF(SizeF size)
Parameters
sizeSizeF
SizeF(float, float)
public SizeF(float width, float height)
Parameters
Fields
Empty
public static readonly SizeF Empty
Field Value
Properties
Height
public float Height { readonly get; set; }
Property Value
IsEmpty
public bool IsEmpty { get; }
Property Value
Width
public float Width { readonly get; set; }