Class CmxPathSpec

Class CmxPathSpec

Nom dels espais: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs Assemblea: Aspose.Imaging.dll (25.4.0)

Representa la informació geomètrica especificada per a un recorregut.

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

Inheritance

object CmxPathSpec

Derived

CmxArrowSpec

Implements

ICmxObjectSpec

Membres heretats

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

Obtenir o posar els punts.

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

Valor de la propietat

CmxPathPointSpec []

Type

Obtenir o establir el tipus.

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

Valor de la propietat

int

Methods

Equals(CmxPathSpec)

Veure si els objectes són iguals.

protected bool Equals(CmxPathSpec other)

Parameters

other CmxPathSpec

L’altre objecte

Returns

bool

El resultat de la comparació d’igualtat.

Equals(Objecte)

Veure si els objectes són iguals.

public override bool Equals(object obj)

Parameters

obj object

L’altre objecte

Returns

bool

El resultat de la comparació d’igualtat.

GetHashCode()

Obtenir el codi hash de l’objecte actual.

public override int GetHashCode()

Returns

int

El codi hash.

 Català