PlainFrameCollection.Item Property

Gets the layer at the specified index.

Namespace: Aurigma.GraphicsMill.Codecs.Psd
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public virtual PsdFrame this[
	int index
] { get; }

Parameters

index

Type: System.Int32

The zero-based index of the layer to get.

Property Value

The PsdFrame at the specified index.

See Also

Reference