Size constructor
init
Initializes a new instance of the Size
class.
def __init__(self):
...
init
Initializes a new instance of the Size
class and specify a Height and Width in pixels.
def __init__(self, width, height):
...
Parameter | Type | Description |
---|---|---|
width | int | The width. |
height | int | The height. |
init
Initializes a new instance of the Size
class.
def __init__(self, width, height):
...
Parameter | Type | Description |
---|---|---|
width | Length | The width. |
height | Length | The height. |
See Also
- module
aspose.html.drawing
- class
Size