Size

Overview

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

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

This class provides 1 method for working with Size objects in Python programs. Available methods include: __init__. All exported 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: int, height: int)

See Also