Přehled
Size je třída v Aspose.Slides pro Python.
Zobrazuje 2D velikost s celkovými rozměry, což odpovídá System.Drawing.Size.
Metody
| Name | Type | Access | Description |
|---|
width | `` | Read | Gets the width. |
height | `` | Read | Gets the height. |
| Signature | Description |
|---|
__init__(width: int, height: int) | |