Class CmxPathSpec

Class CmxPathSpec

Nombre del espacio: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs Asamblea: Aspose.Imaging.dll (25.4.0)

Representa la información geométrica especificada para un camino.

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

Inheritance

object CmxPathSpec

Derived

CmxArrowSpec

Implements

ICmxObjectSpec

Miembros heredados

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

Constructors

CmxPathSpec()

public CmxPathSpec()

Properties

Points

Obtenga o establece los puntos.

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

Valor de la propiedad

CmxPathPointSpec [][]

Type

Obtenga o establece el tipo.

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

Valor de la propiedad

int

Methods

Equals(CmxPathSpec)

Verifique si los objetos son iguales.

protected bool Equals(CmxPathSpec other)

Parameters

other CmxPathSpec

El otro objeto.

Returns

bool

El resultado de la igualdad.

Equals(Objeto)

Verifique si los objetos son iguales.

public override bool Equals(object obj)

Parameters

obj object

El otro objeto.

Returns

bool

El resultado de la igualdad.

GetHashCode()

Obtenga el código hash del objeto actual.

public override int GetHashCode()

Returns

int

El código hash.

 Español