SizeF constructor
init(self, width=0.0, height=0.0)
Creates a size with the specified width and height.
def __init__(self, width=0.0, height=0.0):
...
| Parameter | Type | Description |
|---|---|---|
| width | float | The width component of the new size. |
| height | float | The height component of the new size. |
Exceptions
| Exception | Description |
|---|---|
| TypeError | A component is not a number. |
See Also
- class
SizeF - module
aspose.slides - library
Aspose.Slides