SizeF class
Contents
[
Hide
]SizeF class
Stores an ordered pair of floating-point numbers, typically the width and height of a rectangle.
The SizeF type exposes the following members:
Constructors
| Name | Description |
|---|---|
SizeF(size) | Initializes a new instance of the SizeF class |
SizeF(width, height) | Initializes a new instance of the SizeF class |
SizeF() | Initializes a new instance of the SizeF class |
Properties
| Name | Description |
|---|---|
is_empty | Gets a value that indicates whether this SizeF structure has zero width and height. |
width | Gets or sets the horizontal component of this SizeF structure. |
height | Gets or sets the vertical component of this SizeF structure. |
EMPTY | Gets a SizeF structure that has a height and width value of 0. |
Methods
| Name | Description |
|---|---|
clone() | Clones this Aspose.Page.Drawing.SizeF. |
See Also
- module
aspose.page.drawing - package
aspose.page