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.
| Parameter | Type | Description |
|---|---|---|
size | SizeF |
SizeF(float width, float height)
public SizeF(float width, float height)
No description available.
| Parameter | Type | Description |
|---|---|---|
width | float | |
height | float |
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