Size class
Size class
Stores a values which specify a Height and Width.
The Size type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Initializes a new instance of the Size class. |
| init | Initializes a new instance of the Size class and specify a Height and Width in pixels. |
| init | Initializes a new instance of the Size class. |
Properties
| Property | Description |
|---|---|
| height | Gets or sets the vertical component of this Size. |
| width | Gets or sets the horizontal component of this Size. |
See Also
- module
aspose.svg.drawing - class
Size