Table of Contents

Class CmxObject

Namespace
Aspose.Imaging.FileFormats.Cmx.ObjectModel
Assembly
Aspose.Imaging.dll

Object containing information about the graphic element.

public class CmxObject : ICmxDocElement
Inheritance
CmxObject
Implements
Inherited Members

Constructors

CmxObject()

public CmxObject()
See Also

Properties

FillStyle

Gets or sets the fill style.

public CmxFillStyle FillStyle { get; set; }

Property Value

CmxFillStyle

The fill style.

See Also

ObjectSpec

Gets or sets the object specification.

public ICmxObjectSpec ObjectSpec { get; set; }

Property Value

ICmxObjectSpec

The object specification.

See Also

Outline

Gets or sets the outline style.

public CmxOutline Outline { get; set; }

Property Value

CmxOutline

The outline style.

See Also

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.

See Also

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.

See Also

GetHashCode()

Get hash code of the current object.

public override int GetHashCode()

Returns

int

The hash code.

See Also

ToString()

Returns a string that represents this instance.

public override string ToString()

Returns

string

A string that represents this instance.

See Also

See Also