Class CmxArrowSpec

Class CmxArrowSpec

Nama dari : Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs Pengumpulan: Aspose.Imaging.dll (25.4.0)

Menampilkan informasi geometrik yang ditentukan untuk panah outline (marker).

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

Inheritance

object CmxPathSpec CmxArrowSpec

Implements

ICmxObjectSpec

anggota yang diwarisi

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

Dapatkan atau meletakkan anak panah disesuaikan.

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

Nilai Properti

float

Methods

Equals(CmxArrowSpec)

Periksa apakah objek yang sama.

protected bool Equals(CmxArrowSpec other)

Parameters

other CmxArrowSpec

objek yang lain.

Returns

bool

Hasil perbandingan kesetaraan.

Equals(objek)

Periksa apakah objek yang sama.

public override bool Equals(object obj)

Parameters

obj object

objek yang lain.

Returns

bool

Hasil perbandingan kesetaraan.

GetHashCode()

Dapatkan kode hash dari objek saat ini.

public override int GetHashCode()

Returns

int

dengan kode hash.

Lihat juga

CmxPathSpec

 Indonesia