Size
Overview
Size is a class in Aspose.Slides FOSS for Python.
Represents a 2D size with integer dimensions, equivalent to System.Drawing.Size.
This class provides 1 method for working with Size objects in Python programs.
Available methods include: __init__.
All exported members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package.
Properties: height, width.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
width | `` | Read | Gets the width. |
height | `` | Read | Gets the height. |
Methods
| Signature | Description |
|---|---|
__init__(width: int, height: int) |