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; }