Class CmxPathSpec
Class CmxPathSpec
İsim alanı : Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs Toplantı: Aspose.Imaging.dll (25.5.0)
Bir yol için belirtilen geometrik bilgileri temsil eder.
[JsonObject(MemberSerialization.OptIn)]
public class CmxPathSpec : ICmxObjectSpecInheritance
Derived
Implements
mirasçı üyeleri
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
Bu noktaları alır ya da belirler.
[JsonProperty]
public CmxPathPointSpec[] Points { get; set; }Mülkiyet Değer
CmxPathPointSpec […]
Type
Alın ya da türü belirleyin.
[JsonProperty]
public int Type { get; set; }Mülkiyet Değer
Methods
Equals(CmxPathSpec)
nesnelerin eşit olup olmadığını kontrol edin.
protected bool Equals(CmxPathSpec other)Parameters
other CmxPathSpec
Diğer nesne ise.
Returns
Eşitlik karşılaştırma sonuçları.
Equals(nesne)
nesnelerin eşit olup olmadığını kontrol edin.
public override bool Equals(object obj)Parameters
obj object
Diğer nesne ise.
Returns
Eşitlik karşılaştırma sonuçları.
GetHashCode()
Mevcut nesnenin hash kodunu alın.
public override int GetHashCode()Returns
Hash kodu ile ilgili.