Interface IObjectWithBounds

Interface IObjectWithBounds

名称: Aspose.Imaging 收藏: Aspose.Imaging.dll (25.4.0)

代表一个具有边界的对象。

public interface IObjectWithBounds

Properties

Bounds

接到对象界限。

Rectangle Bounds { get; }

财产价值

Rectangle

Height

得到对象的高度。

int Height { get; }

财产价值

int

Size

得到对象的尺寸。

Size Size { get; }

财产价值

Size

Width

接收对象的宽度。

int Width { get; }

财产价值

int

 中文