Class TransparencySupporter

Class TransparencySupporter

名称: Aspose.Imaging アセンション: Aspose.Imaging.dll (25.4.0)

透明性を支援するオブジェクト。

public class TransparencySupporter

Inheritance

object TransparencySupporter

Derived

Pen

相続人

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

不動産価値

float

Methods

Equals(対象)

物体が平等であるかどうかを確認する。

public override bool Equals(object obj)

Parameters

obj object

他のオブジェクト

Returns

bool

平等比較の結果

Equals(TransparencySupporter)

物体が平等であるかどうかを確認する。

protected bool Equals(TransparencySupporter other)

Parameters

other TransparencySupporter

他のオブジェクト

Returns

bool

平等比較の結果

GetHashCode()

現在のオブジェクトのハッシュコードを取得します。

public override int GetHashCode()

Returns

int

ハッシュコード

 日本語