Class CmxPathSpec

Class CmxPathSpec

İsim alanı : Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs Toplantı: Aspose.Imaging.dll (25.4.0)

Bir yol için belirtilen geometrik bilgileri temsil eder.

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

Inheritance

object CmxPathSpec

Derived

CmxArrowSpec

Implements

ICmxObjectSpec

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

int

Methods

Equals(CmxPathSpec)

nesnelerin eşit olup olmadığını kontrol edin.

protected bool Equals(CmxPathSpec other)

Parameters

other CmxPathSpec

Diğer nesne ise.

Returns

bool

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

bool

Eşitlik karşılaştırma sonuçları.

GetHashCode()

Mevcut nesnenin hash kodunu alın.

public override int GetHashCode()

Returns

int

Hash kodu ile ilgili.

 Türkçe