This documentation is for the old version. Go to the latest Graphics Mill docs

Layer Members

The Layer type exposes the following members.

Constructors

Name Description
Public method Layer

Creates and initializes a new layer with the provided name.

Methods

Name Description
Public method Deserialize

Deserializes a layer and its objects.

Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method Find Overloaded.

Returns v-objects matching the search criteria.

Public method GetHashCode (Inherited from Object.)
Public method GetObjectData

Populates a SerializationInfo with the data needed to serialize the Layer object.

Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Serialize

Serializes a layer and its objects.

Public method SwapObjects Overloaded.

Swaps two v-objects inside the layer (changes the z-order).

Public method ToString (Inherited from Object.)

Properties

Name Description
Public property Locked

Indicates if the layer has been locked.

Public property Name

Gets/sets the name of the layer.

Public property Visible

Indicates if the layer is visible.

Public property VObjects

Returns the v-object collection of a layer.

Events

Name Description
Public event Changed

Raised when the layer is modified (after the modification is completed).

Explicit Interface Implementations

Name Description
Explicit interface implemetation Private method IDeserializationCallback.OnDeserialization

See Also

Reference