Class CmxObject

Class CmxObject

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

Objek yang mengandung informasi tentang elemen grafis.

[JsonObject(MemberSerialization.OptIn)]
public class CmxObject : ICmxDocElement

Inheritance

object CmxObject

Implements

ICmxDocElement

anggota yang diwarisi

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

CmxObject()

public CmxObject()

Properties

FillStyle

Dapatkan atau menetapkan gaya isi.

[JsonProperty]
public CmxFillStyle FillStyle { get; set; }

Nilai Properti

CmxFillStyle

ObjectSpec

Dapatkan atau menetapkan spesifikasi objek.

[JsonProperty]
public ICmxObjectSpec ObjectSpec { get; set; }

Nilai Properti

ICmxObjectSpec

Outline

Dapatkan atau menetapkan gaya outline.

[JsonProperty]
public CmxOutline Outline { get; set; }

Nilai Properti

CmxOutline

Methods

Equals(CmxObject)

Periksa apakah objek yang sama.

protected bool Equals(CmxObject other)

Parameters

other CmxObject

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.

ToString()

Mengembalikan System.String yang mewakili instansi ini.

public override string ToString()

Returns

string

Sistem.String yang mewakili instansi ini.

Lihat juga

ICmxDocElement

 Indonesia