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
Height
Gets the object height.
int Height { get; }
Property Value
Size
Gets the object size.
Size Size { get; }
Property Value
Width
Gets the object width.
int Width { get; }