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

NameTypeAccessDescription
width``ReadRepresents the horizontal dimension of the size, measured in points
height``ReadRepresents the vertical dimension of the size, measured in points

Methods

SignatureDescription
__init__(width: float, height: float)

See Also