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