Table of Contents

Class CmxLayer

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

The graphic layer located on the page of the CMX document.

public class CmxLayer : CmxContainer, ICmxContainer, ICmxDocElement
Inheritance
CmxLayer
Implements
Inherited Members

Constructors

CmxLayer()

public CmxLayer()
See Also

Fields

MasterDesktopLayerName

The master desktop layer name

public const string MasterDesktopLayerName = "Master Desktop"

Field Value

string
See Also

Properties

Flags

Gets or sets the flags.

public uint Flags { get; set; }

Property Value

uint

The flags.

See Also

IsVisible

Gets or sets a value indicating whether this layer is visible.

public bool IsVisible { get; set; }

Property Value

bool

true if this layer is visible; otherwise, false.

See Also

Name

Gets or sets the name of the layer.

public string Name { get; set; }

Property Value

string

The name of the layer.

See Also

Number

Gets or sets the layer order number.

public int Number { get; set; }

Property Value

int

The layer order number.

See Also

Methods

Equals(CmxLayer)

Check if objects are equal.

protected bool Equals(CmxLayer other)

Parameters

other CmxLayer

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

See Also