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
哈希代码。