Class CmxArrowSpec

Class CmxArrowSpec

Le nom : Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs Assemblée: Aspose.Imaging.dll (25.4.0)

Il représente les informations géométriques spécifiées pour le panneau de sortie (marqueur).

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

Inheritance

object CmxPathSpec CmxArrowSpec

Implements

ICmxObjectSpec

I membri ereditari

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

Constructors

CmxArrowSpec()

public CmxArrowSpec()

Properties

ArrowOffset

Il reçoit ou met la feuille en compensation.

[JsonProperty]
public float ArrowOffset { get; set; }

Valore di proprietà

float

Methods

Equals(CmxArrowSpec)

Verificare se gli oggetti sono uguali.

protected bool Equals(CmxArrowSpec other)

Parameters

other CmxArrowSpec

L’altro oggetto

Returns

bool

Il risultato della comparsa di uguaglianza.

Equals(Objets)

Verificare se gli oggetti sono uguali.

public override bool Equals(object obj)

Parameters

obj object

L’altro oggetto

Returns

bool

Il risultato della comparsa di uguaglianza.

GetHashCode()

Ottieni il codice hash dell’oggetto attuale.

public override int GetHashCode()

Returns

int

Il codice hash.

Vedi anche

CmxPathSpec

 Français