Resumo geral
Size é uma classe em Aspose.Slides para Python.
Representa um tamanho 2D com dimensões inteiras, equivalente a System.Drawing.Size.
Métodos de avaliação
| Name | Type | Access | Description |
|---|
width | `` | Read | Gets the width. |
height | `` | Read | Gets the height. |
| Signature | Description |
|---|
__init__(width: int, height: int) | |