Összefoglaló
Size egy Python-i osztály.
Egy 2D méretet jelöl, egészméretű dimenziókkal, egyenértékű System.Drawing.Size.
Módszerek
| Name | Type | Access | Description |
|---|
width | `` | Read | Gets the width. |
height | `` | Read | Gets the height. |
| Signature | Description |
|---|
__init__(width: int, height: int) | |