Interface IObjectWithBounds

Interface IObjectWithBounds

Nome do espaço: Aspose.Imaging Assembleia: Aspose.Imaging.dll (25.4.0)

Representa um objeto com limites.

public interface IObjectWithBounds

Properties

Bounds

Conheça os limites do objeto.

Rectangle Bounds { get; }

Valor da propriedade

Rectangle

Height

alcança a altura do objeto.

int Height { get; }

Valor da propriedade

int

Size

Tome o tamanho do objeto.

Size Size { get; }

Valor da propriedade

Size

Width

alcança a largura do objeto.

int Width { get; }

Valor da propriedade

int

 Português