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
Implements
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
ObjectSpec
Dapatkan atau menetapkan spesifikasi objek.
[JsonProperty]
public ICmxObjectSpec ObjectSpec { get; set; }
Nilai Properti
Outline
Dapatkan atau menetapkan gaya outline.
[JsonProperty]
public CmxOutline Outline { get; set; }
Nilai Properti
Methods
Equals(CmxObject)
Periksa apakah objek yang sama.
protected bool Equals(CmxObject other)
Parameters
other
CmxObject
objek yang lain.
Returns
Hasil perbandingan kesetaraan.
Equals(objek)
Periksa apakah objek yang sama.
public override bool Equals(object obj)
Parameters
obj
object
objek yang lain.
Returns
Hasil perbandingan kesetaraan.
GetHashCode()
Dapatkan kode hash dari objek saat ini.
public override int GetHashCode()
Returns
dengan kode hash.
ToString()
Mengembalikan System.String yang mewakili instansi ini.
public override string ToString()
Returns
Sistem.String yang mewakili instansi ini.