Interface IObjectWithBounds
Interface IObjectWithBounds
İsim alanı : Aspose.Imaging Toplantı: Aspose.Imaging.dll (25.4.0)
Sınırları olan bir nesneyi temsil eder.
public interface IObjectWithBounds
Properties
Bounds
nesne sınırlarını alır.
Rectangle Bounds { get; }
Mülkiyet Değer
Height
nesnenin yüksekliğine sahiptir.
int Height { get; }
Mülkiyet Değer
Size
nesnenin büyüklüğünü belirtir.
Size Size { get; }
Mülkiyet Değer
Width
nesne genişliğine sahiptir.
int Width { get; }