Interface IObjectWithBounds
Interface IObjectWithBounds
Pôvodný názov: Aspose.Imaging Zhromaždenie: Aspose.Imaging.dll (25.4.0)
Predstavuje objekt s hranicami.
public interface IObjectWithBounds
Properties
Bounds
Obsahuje objektové hranice.
Rectangle Bounds { get; }
Hodnota nehnuteľnosti
Height
Získava výšku objektu.
int Height { get; }
Hodnota nehnuteľnosti
Size
Získava veľkosť objektu.
Size Size { get; }
Hodnota nehnuteľnosti
Width
Dostane objekt šírku.
int Width { get; }