Class CmxObject

Class CmxObject

Namespace: Aspose.Imaging.FileFormats.Cmx.ObjectModel
Assembly: Aspose.Imaging.dll (25.2.0)

Object containing information about the graphic element.

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

Inheritance

objectCmxObject

Implements

ICmxDocElement

Inherited Members

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

Gets or sets the fill style.

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

Property Value

CmxFillStyle

ObjectSpec

Gets or sets the object specification.

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

Property Value

ICmxObjectSpec

Outline

Gets or sets the outline style.

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

Property Value

CmxOutline

Methods

Equals(CmxObject)

Check if objects are equal.

protected bool Equals(CmxObject other)

Parameters

other CmxObject

The other object.

Returns

bool

The equality comparison result.

Equals(object)

Check if objects are equal.

public override bool Equals(object obj)

Parameters

obj object

The other object.

Returns

bool

The equality comparison result.

GetHashCode()

Get hash code of the current object.

public override int GetHashCode()

Returns

int

The hash code.

ToString()

Returns a System.String that represents this instance.

public override string ToString()

Returns

string

A System.String that represents this instance.

See Also

ICmxDocElement