Interface IObjectWithBounds
Interface IObjectWithBounds
Název místa: Aspose.Imaging Shromáždění: Aspose.Imaging.dll (25.4.0)
Představuje objekt s hranicemi.
public interface IObjectWithBounds
Properties
Bounds
Objektové hranice se dostávaj.
Rectangle Bounds { get; }
Hodnota nemovitosti
Height
Dostane výšku objektu.
int Height { get; }
Hodnota nemovitosti
Size
Dostane velikost objektu.
Size Size { get; }
Hodnota nemovitosti
Width
Objekt dostane šířku.
int Width { get; }