Size Class
Summary:
Module: aspose.gis.common
Full Name: aspose.gis.common.Size
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| Size() | Initializes a new instance of the Size class |
| Size(width, height) | Initializes a new instance of the Size class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| height | double | r | |
| width | double | r |
Methods
| Name | Description |
|---|---|
| to_coordinate() |
Constructor: Size()
Size()
Initializes a new instance of the Size class
Constructor: Size(width, height)
Size(width, height)
Initializes a new instance of the Size class
Parameters:
| Parameter | Type | Description |
|---|---|---|
| width | double | |
| height | double |
Method: to_coordinate()
to_coordinate()
Returns
| Type | Description |
|---|---|
| Coordinate |