Обзор
Size это класс в Aspose.Slides для Python.
Представляет 2D размер с целыми размерами, эквивалентный System.Drawing.Size.
Методы
| Name | Type | Access | Description |
|---|
width | `` | Read | Gets the width. |
height | `` | Read | Gets the height. |
| Signature | Description |
|---|
__init__(width: int, height: int) | |