GraphicsContainer.GetLayers Method

Gets the collection of layers in the graphics container.

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

Syntax

C#
public IEnumerable<Layer> GetLayers()

Return Value

A collection of Layer instances.

See Also

Reference