Class ObjectWithBounds
اسم الفضاء : Aspose.Imaging تجميع: Aspose.Imaging.dll (25.4.0)
الكائن الذي لديه حدود.
public abstract class ObjectWithBounds
Inheritance
Derived
Figure , GraphicsPath , Shape
الأعضاء الموروثين
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
ObjectWithBounds()
protected ObjectWithBounds()
Properties
Bounds
يحصل على حدود الكائن.
public abstract RectangleF Bounds { get; }
قيمة الممتلكات
Methods
Equals(الموضوع)
تحقق مما إذا كانت الأشياء متساوية.
public override bool Equals(object obj)
Parameters
obj
object
الموضوع الآخر .
Returns
نتيجة مقارنة المساواة.
Equals(ObjectWithBounds)
تحقق مما إذا كانت الأشياء متساوية.
protected bool Equals(ObjectWithBounds other)
Parameters
other
ObjectWithBounds
الموضوع الآخر .
Returns
نتيجة مقارنة المساواة.
GetBounds(Matrix)
يحصل على حدود الكائن.
public abstract RectangleF GetBounds(Matrix matrix)
Parameters
matrix
Matrix
سيتم حساب المصفوفة التي سيتم تطبيقها قبل الحدود.
Returns
حدود الكائن المقدر.
GetBounds(ماتريكس، قلم)
يحصل على حدود الكائن.
public abstract RectangleF GetBounds(Matrix matrix, Pen pen)
Parameters
matrix
Matrix
سيتم حساب المصفوفة التي سيتم تطبيقها قبل الحدود.
pen
Pen
القلم للاستخدام للكائن.هذا يمكن أن يؤثر على حجم الحدود الكائن.
Returns
حدود الكائن المقدر.
GetHashCode()
احصل على رمز الهاش من الكائن الحالي.
public override int GetHashCode()
Returns
كود الهاش .
Transform(Matrix)
تطبق التحول المحدد على الشكل.
public abstract void Transform(Matrix transform)
Parameters
transform
Matrix
التحول الذي ينبغي تطبيقه.