Opinie generală
Size este o clasă în Aspose.Slides pentru Python.
Reprezintă o dimensiune 2D cu dimensiuni întregi, echivalentă System.Drawing.Size.
Metode de evaluare
| Name | Type | Access | Description |
|---|
width | `` | Read | Gets the width. |
height | `` | Read | Gets the height. |
| Signature | Description |
|---|
__init__(width: int, height: int) | |