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

Frame.Index Property

Returns frame index in the format reader (if applicable).

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

Syntax

Visual Basic
Public Overridable ReadOnly Property Index As Integer
C#
public virtual int Index { get; }

Property Value

Frame index in the format reader.

Implements

IFrame.Index

See Also

Reference