SizeF
Overview
SizeF is a class in Aspose.Slides FOSS for Python.
Represents a 2D size with float dimensions, equivalent to System.Drawing.SizeF.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
width | `` | Read | Represents the horizontal dimension of the size, measured in points |
height | `` | Read | Represents the vertical dimension of the size, measured in points |
Methods
| Signature | Description |
|---|---|
__init__(width: float, height: float) |