Class TransparencySupporter
Class TransparencySupporter
اسم الفضاء : Aspose.Imaging تجميع: Aspose.Imaging.dll (25.5.0)
الموضوع الذي يدعم الشفافية.
public class TransparencySupporterInheritance
object ← TransparencySupporter
Derived
الأعضاء الموروثين
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
TransparencySupporter()
public TransparencySupporter()Properties
Opacity
يجب أن يكون القيمة بين 0 و 1.قيمة 0 تعني أن الكائن مرئي تماما، قيمة 1 تعني أن الكائن مرئي تماما.
public float Opacity { get; set; }قيمة الممتلكات
Methods
Equals(الموضوع)
تحقق مما إذا كانت الأشياء متساوية.
public override bool Equals(object obj)Parameters
obj object
الموضوع الآخر .
Returns
نتيجة مقارنة المساواة.
Equals(TransparencySupporter)
تحقق مما إذا كانت الأشياء متساوية.
protected bool Equals(TransparencySupporter other)Parameters
other TransparencySupporter
الموضوع الآخر .
Returns
نتيجة مقارنة المساواة.
GetHashCode()
احصل على رمز الهاش من الكائن الحالي.
public override int GetHashCode()Returns
كود الهاش .