Class CmxLayer
CmxLayer class
The graphic layer located on the page of the CMX document.
public class CmxLayer : CmxContainer
Constructors
Name | Description |
---|
CmxLayer() | The default constructor. |
Properties
Name | Description |
---|
Disposed { get; } | Gets a value indicating whether this instance is disposed. |
virtual Elements { get; } | Gets the elements. |
Flags { get; set; } | Gets or sets the flags. |
IsVisible { get; set; } | Gets or sets a value indicating whether this layer is visible. |
Name { get; set; } | Gets or sets the name of the layer. |
Number { get; set; } | Gets or sets the layer order number. |
Methods
Name | Description |
---|
Dispose() | Disposes the current instance. |
override Equals(object) | Check if objects are equal. |
override GetHashCode() | Get hash code of the current object. |
Fields
See Also