Represents a size object with floating point width and height
Inheritance Hierarchy
Winnovative.HtmlToPdfClientSizeFloat
Namespace: Winnovative.HtmlToPdfClient
Assembly: WnvHtmlToPdfClient_UWP (in WnvHtmlToPdfClient_UWP.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
The SizeFloat type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SizeFloat |
Constructs a size object with the given width and height
|
Properties
| Name | Description | |
|---|---|---|
| Empty |
The null size
| |
| Height |
The height
| |
| Width |
The width
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also