The Layer type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Layer |
Creates and initializes a new layer with the provided name. |
| Name | Description | |
|---|---|---|
|
|
Deserialize |
Deserializes a layer and its objects. |
|
|
Equals | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
Find | Overloaded. Returns v-objects matching the search criteria. |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetObjectData |
Populates a SerializationInfo with the data needed to serialize the Layer object. |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
Serialize |
Serializes a layer and its objects. |
|
|
SwapObjects | Overloaded. Swaps two v-objects inside the layer (changes the z-order). |
|
|
ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
|
Locked |
Indicates if the layer has been locked. |
|
|
Name |
Gets/sets the name of the layer. |
|
|
Visible |
Indicates if the layer is visible. |
|
|
VObjects |
Returns the v-object collection of a layer. |
| Name | Description | |
|---|---|---|
|
|
Changed |
Raised when the layer is modified (after the modification is completed). |
| Name | Description | |
|---|---|---|
|
|
IDeserializationCallback.OnDeserialization |