General
Size és una classe en Aspose.Slides per Python.
Representa una mida 2D amb dimensions enteres, equivalent a System.Drawing.Size.
Mètodes
| Name | Type | Access | Description |
|---|
width | `` | Read | Gets the width. |
height | `` | Read | Gets the height. |
| Signature | Description |
|---|
__init__(width: int, height: int) | |