Interface IObjectWithBounds

Interface IObjectWithBounds

Pôvodný názov: Aspose.Imaging Zhromaždenie: Aspose.Imaging.dll (25.4.0)

Predstavuje objekt s hranicami.

public interface IObjectWithBounds

Properties

Bounds

Obsahuje objektové hranice.

Rectangle Bounds { get; }

Hodnota nehnuteľnosti

Rectangle

Height

Získava výšku objektu.

int Height { get; }

Hodnota nehnuteľnosti

int

Size

Získava veľkosť objektu.

Size Size { get; }

Hodnota nehnuteľnosti

Size

Width

Dostane objekt šírku.

int Width { get; }

Hodnota nehnuteľnosti

int

 Slovenčina