Size

Overview

Size is a class in Aspose.Slides FOSS for Python.

Represents a 2D size with integer dimensions, equivalent to System.Drawing.Size.

Properties

NameTypeAccessDescription
width``ReadRepresents the horizontal dimension of the size object
height``ReadRepresents the vertical dimension of the size object

Methods

SignatureDescription
__init__(width: int, height: int)

See Also