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

LayerData Members

The LayerData type exposes the following members.

Constructors

Name Description
Public method LayerData Overloaded.

Creates and initializes an instance of the LayerData class.

Methods

Name Description
Public method ApplyState

Applies the stored state to the specified Layer.

Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

Name Description
Public property Locked

Gets or sets the value indicating if the layer is locked.

Public property Name

Gets or sets the name of the layer.

Public property Region

Gets or sets the rectangle region on the layer surface in which v-objects can be placed.

Public property UniqueId

Gets or sets a unique identifier of the layer.

Public property Visible

Gets or sets the value indicating if the layer is visible.

Public property VObjects

Gets a list of vector objects associated with this layer.

See Also

Reference