Size Class

Summary:

Module: aspose.gis.common

Full Name: aspose.gis.common.Size

Aspose.PSD Version: 25.9.0

Constructors

NameDescription
Size()Initializes a new instance of the Size class
Size(width, height)Initializes a new instance of the Size class

Properties

NameTypeAccessDescription
heightdoubler
widthdoubler

Methods

NameDescription
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:

ParameterTypeDescription
widthdouble
heightdouble

Method: to_coordinate()

 to_coordinate() 

Returns

TypeDescription
Coordinate