Class TransparencySupporter

Class TransparencySupporter

Numele spaţiului: Aspose.Imaging Asamblare: Aspose.Imaging.dll (25.4.0)

Obiectul care susține transparența.

public class TransparencySupporter

Inheritance

object TransparencySupporter

Derived

Pen

Membrii moștenitori

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

Valoarea 0 înseamnă că obiectul este complet vizibil, valoarea 1 înseamnă că obiectul este complet opac.

public float Opacity { get; set; }

Valoarea proprietății

float

Methods

Equals(Obiectul)

Verificați dacă obiectele sunt egale.

public override bool Equals(object obj)

Parameters

obj object

celălalt obiect.

Returns

bool

Rezultatul comparării egalităţii.

Equals(TransparencySupporter)

Verificați dacă obiectele sunt egale.

protected bool Equals(TransparencySupporter other)

Parameters

other TransparencySupporter

celălalt obiect.

Returns

bool

Rezultatul comparării egalităţii.

GetHashCode()

Obțineți codul hash al obiectului curent.

public override int GetHashCode()

Returns

int

Codul de hash.

 Română