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 an instance of the Layer class.

Methods

Name Description
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 Canvas

Gets a reference to the Canvas object this Layer belongs to.

Public property Index

Get the index of this Layer in the LayerCollection. Return -1 if the Layer was not added to the collection.

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 this Layer.

Public property Visible

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

Public property VObjects

Gets a collection of vector objects associated with this layer.

See Also

Reference