The Layer type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Layer()()()() |
Create a new Layer, without a name.
| |
| Layer(String) |
Create a new Layer.
| |
| Layer(String, Boolean) |
Create a new Layer.
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Clones this Layer, and detach it from the original document.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString |
The name is this Layer.
(Overrides Object..::..ToString()()()().) |
Properties
| Name | Description | |
|---|---|---|
| Name |
The name of this layer.
| |
| Visible |
The state if this layer must be visible or invisible when the page is rasterized.
|