SizeF
Overview
SizeF is a class in Aspose.Slides FOSS for Python.
Represents a 2D size with float dimensions, equivalent to System.Drawing.SizeF.
This class provides 1 method for working with SizeF objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package.
Properties: height, width.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
width | `` | Read | Gets the width. |
height | `` | Read | Gets the height. |
Methods
| Signature | Description |
|---|---|
__init__(width: float, height: float) |