FrameCollection<TFrame>.Item Property

Gets the frame at the specified index.

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

Syntax

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

Parameters

index

Type: System.Int32

The zero-based index of the frame to get.

Property Value

The frame at the specified index.

See Also

Reference