LayerTypeData Constructor

Creates and initializes an instance of the LayerTypeData class using the specified settings.

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

Syntax

C#
public LayerTypeData(
	string type,
	VObjectData data
)

Parameters

type

Type: System..String

Layer type.
data

Type: Aurigma.GraphicsMill.AjaxControls.VectorObjects..VObjectData

Layer data.

See Also

Reference