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