Interface IObjectWithBounds
Interface IObjectWithBounds
名称: Aspose.Imaging 收藏: Aspose.Imaging.dll (25.4.0)
代表一个具有边界的对象。
public interface IObjectWithBounds
Properties
Bounds
接到对象界限。
Rectangle Bounds { get; }
财产价值
Height
得到对象的高度。
int Height { get; }
财产价值
Size
得到对象的尺寸。
Size Size { get; }
财产价值
Width
接收对象的宽度。
int Width { get; }