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

CustomFormatReader.GetFrameIndexToLoad Method

Returns an index of the frame being loaded.

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

Syntax

Visual Basic
Protected Friend Function GetFrameIndexToLoad As Integer
C#
protected internal int GetFrameIndexToLoad()

Return Value

Index of the frame being loaded.

Remarks

This method should be called from the LoadFrameBitmap() method so that you know what frame to load.

See Also

Reference