Size

Přehled

Size je třída v Aspose.Slides pro Python.

Zobrazuje 2D velikost s celkovými rozměry, což odpovídá System.Drawing.Size.

Metody

NameTypeAccessDescription
width``ReadGets the width.
height``ReadGets the height.
SignatureDescription
__init__(width: int, height: int)
 Čeština