Interface IObjectWithBounds

Interface IObjectWithBounds

Namespace: Aspose.Imaging
Assembly: Aspose.Imaging.dll (25.2.0)

Represents an object with bounds.

public interface IObjectWithBounds

Properties

Bounds

Gets the object bounds.

Rectangle Bounds { get; }

Property Value

Rectangle

Height

Gets the object height.

int Height { get; }

Property Value

int

Size

Gets the object size.

Size Size { get; }

Property Value

Size

Width

Gets the object width.

int Width { get; }

Property Value

int