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