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

Layer Constructor

Creates and initializes a new layer with the provided name.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
Public Sub New ( _
	name As String _
)
C#
public Layer(
	string name
)

Parameters

name

Type: System.String

The name of the new layer.

See Also

Reference