Class CmxPathSpec
Class CmxPathSpec
Nazwa przestrzeń: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs Zgromadzenie: Aspose.Imaging.dll (25.4.0)
Przedstawia informacje geometryczne określone dla trasy.
[JsonObject(MemberSerialization.OptIn)]
public class CmxPathSpec : ICmxObjectSpec
Inheritance
Derived
Implements
Dziedziczeni członkowie
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
Uzyskuje lub ustanawia punkty.
[JsonProperty]
public CmxPathPointSpec[] Points { get; set; }
Wartość nieruchomości
CmxPathPointSpec [ ]
Type
Zostaw lub ustaw typ.
[JsonProperty]
public int Type { get; set; }
Wartość nieruchomości
Methods
Equals(CmxPathSpec)
Sprawdź, czy obiekty są równe.
protected bool Equals(CmxPathSpec other)
Parameters
other
CmxPathSpec
Kolejny obiekt.
Returns
Wynik porównania równości.
Equals(Obiekt)
Sprawdź, czy obiekty są równe.
public override bool Equals(object obj)
Parameters
obj
object
Kolejny obiekt.
Returns
Wynik porównania równości.
GetHashCode()
Uzyskaj kod hash bieżącego obiektu.
public override int GetHashCode()
Returns
To jest kod hash.