Class CmxObject

Class CmxObject

Nazwa przestrzeń: Aspose.Imaging.FileFormats.Cmx.ObjectModel Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Obiekt zawierający informacje na temat elementu graficznego.

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

Inheritance

object CmxObject

Implements

ICmxDocElement

Dziedziczeni członkowie

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

Dostęp lub ustaw styl wypełniania.

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

Wartość nieruchomości

CmxFillStyle

ObjectSpec

Uzyskać lub ustawić specyfikację obiektu.

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

Wartość nieruchomości

ICmxObjectSpec

Outline

Dostęp lub ustaw styl wyjściowy.

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

Wartość nieruchomości

CmxOutline

Methods

Equals(CmxObject)

Sprawdź, czy obiekty są równe.

protected bool Equals(CmxObject other)

Parameters

other CmxObject

Kolejny obiekt.

Returns

bool

Wynik porównania równości.

Equals(Obiekt)

Sprawdź, czy obiekty są równe.

public override bool Equals(object obj)

Parameters

obj object

Kolejny obiekt.

Returns

bool

Wynik porównania równości.

GetHashCode()

Zdobądź kod hash bieżącego obiektu.

public override int GetHashCode()

Returns

int

To jest kod hash.

ToString()

Powraca system.String, który reprezentuje tę instancję.

public override string ToString()

Returns

string

System.String, który reprezentuje tę instancję.

Zobacz również

ICmxDocElement

 Polski