Class CmxObject

Class CmxObject

İsim alanı : Aspose.Imaging.FileFormats.Cmx.ObjectModel Toplantı: Aspose.Imaging.dll (25.4.0)

Grafik elemanı hakkında bilgi içeren nesne.

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

Inheritance

object CmxObject

Implements

ICmxDocElement

mirasçı üyeleri

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

Alın ya da doldurma tarzını ayarlayın.

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

Mülkiyet Değer

CmxFillStyle

ObjectSpec

Konu spesifikasyonunu alır veya ayarlar.

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

Mülkiyet Değer

ICmxObjectSpec

Outline

Alın ya da çıkış tarzını ayarlayın.

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

Mülkiyet Değer

CmxOutline

Methods

Equals(CmxObject)

nesnelerin eşit olup olmadığını kontrol edin.

protected bool Equals(CmxObject other)

Parameters

other CmxObject

Diğer nesne ise.

Returns

bool

Eşitlik karşılaştırma sonuçları.

Equals(nesne)

nesnelerin eşit olup olmadığını kontrol edin.

public override bool Equals(object obj)

Parameters

obj object

Diğer nesne ise.

Returns

bool

Eşitlik karşılaştırma sonuçları.

GetHashCode()

Mevcut nesnenin hash kodu alın.

public override int GetHashCode()

Returns

int

Hash kodu ile ilgili.

ToString()

Bu istasyonu temsil eden bir System.String’i geri getirir.

public override string ToString()

Returns

string

Bu istasyonu temsil eden bir sistem.String.

Ayrıca bakın

ICmxDocElement

 Türkçe