Class CmxPathSpec

Class CmxPathSpec

名称: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs 收藏: Aspose.Imaging.dll (25.4.0)

代表路径所指定的地质信息。

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

Inheritance

object CmxPathSpec

Derived

CmxArrowSpec

Implements

ICmxObjectSpec

继承人

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

得到或设置点。

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

财产价值

CmxPathPointSpec ( )

Type

接收或设置类型。

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

财产价值

int

Methods

Equals(CmxPathSpec)

检查对象是否平等。

protected bool Equals(CmxPathSpec other)

Parameters

other CmxPathSpec

其它对象。

Returns

bool

平等比较结果。

Equals(对象)

检查对象是否平等。

public override bool Equals(object obj)

Parameters

obj object

其它对象。

Returns

bool

平等比较结果。

GetHashCode()

获取当前对象的哈希代码。

public override int GetHashCode()

Returns

int

哈希代码。

 中文