Class CmxPathSpec

Class CmxPathSpec

Numele spaţiului: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs Asamblare: Aspose.Imaging.dll (25.4.0)

Aceasta reprezintă informațiile geometrice specificate pentru o cale.

[JsonObject(MemberSerialization.OptIn)]
public class CmxPathSpec : ICmxObjectSpec

Inheritance

object CmxPathSpec

Derived

CmxArrowSpec

Implements

ICmxObjectSpec

Membrii moștenitori

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

CmxPathSpec()

public CmxPathSpec()

Properties

Points

Obține sau stabilește punctele.

[JsonProperty]
public CmxPathPointSpec[] Points { get; set; }

Valoarea proprietății

CmxPathPointSpec []

Type

Obține sau stabilește tipul.

[JsonProperty]
public int Type { get; set; }

Valoarea proprietății

int

Methods

Equals(CmxPathSpec)

Verificați dacă obiectele sunt egale.

protected bool Equals(CmxPathSpec other)

Parameters

other CmxPathSpec

celălalt obiect.

Returns

bool

Rezultatul comparării egalităţii.

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.

GetHashCode()

Obțineți codul hash al obiectului curent.

public override int GetHashCode()

Returns

int

Codul de hash.

 Română