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
| Name | Type | Access | Description |
|---|---|---|---|
width | `` | Read | Represents the horizontal dimension of the size object |
height | `` | Read | Represents the vertical dimension of the size object |
Methods
| Signature | Description |
|---|---|
__init__(width: int, height: int) |