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

NameTypeAccessDescription
width``ReadGets the width.
height``ReadGets the height.

Methods

SignatureDescription
__init__(width: float, height: float)

See Also