Približni podaci
Size je klasa u Aspose.Slides za Python.
Predstavlja 2D veličinu s cijelim dimenzijama, što je ekvivalentno System.Drawing.Size.
Metoda za primjenu
| Name | Type | Access | Description |
|---|
width | `` | Read | Gets the width. |
height | `` | Read | Gets the height. |
| Signature | Description |
|---|
__init__(width: int, height: int) | |