Interface IObjectWithBounds
IObjectWithBounds interface
表示有边界的对象。
public interface IObjectWithBounds
特性
| 姓名 | 描述 |
|---|---|
| Bounds { get; } | 获取对象边界。 |
| Height { get; } | 获取对象高度。 |
| Size { get; } | 获取对象大小。 |
| Width { get; } | 获取对象宽度。 |
也可以看看
- 命名空间 Aspose.PSD
- 部件 Aspose.PSD
表示有边界的对象。
public interface IObjectWithBounds
| 姓名 | 描述 |
|---|---|
| Bounds { get; } | 获取对象边界。 |
| Height { get; } | 获取对象高度。 |
| Size { get; } | 获取对象大小。 |
| Width { get; } | 获取对象宽度。 |