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

LayerData Constructor (Layer)

Creates and initializes an instance of the LayerData class from the specified Layer.

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

Syntax

Visual Basic
Public Sub New ( _
	l As Layer _
)
C#
public LayerData(
	Layer l
)

Parameters

l

Type: Aurigma.GraphicsMill.AjaxControls.VectorObjects.Layer

Layer to create layer data from.

See Also

Reference