Class TransparencySupporter
Class TransparencySupporter
Название пространства: Aspose.Imaging Ассоциация: Aspose.Imaging.dll (25.4.0)
Объект, поддерживающий прозрачность.
public class TransparencySupporter
Inheritance
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 означает, что объект полностью не видимый.
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
Код шейха .