Class CmxArrowSpec

Class CmxArrowSpec

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

代表出线箭(标记)所指定的地质信息。

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

Inheritance

object CmxPathSpec CmxArrowSpec

Implements

ICmxObjectSpec

继承人

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

接收或放射箭。

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

财产价值

float

Methods

Equals(CmxArrowSpec)

检查对象是否平等。

protected bool Equals(CmxArrowSpec other)

Parameters

other CmxArrowSpec

其它对象。

Returns

bool

平等比较结果。

Equals(对象)

检查对象是否平等。

public override bool Equals(object obj)

Parameters

obj object

其它对象。

Returns

bool

平等比较结果。

GetHashCode()

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

public override int GetHashCode()

Returns

int

哈希代码。

看也

CmxPathSpec

 中文