Layer Constructor

Initializes a new instance of the Layer class with the specified name.

Namespace: Aurigma.GraphicsMill.Drawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public Layer(
	string name
)

Parameters

name

Type: System.String

The name of the layer.

See Also

Reference