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