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

ITimeWriter.FrameIndexToTime Method

Returns time at which the frame with specified index appears.

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

Syntax

Visual Basic
Function FrameIndexToTime ( _
	frameIndex As Integer _
) As Integer
C#
                int FrameIndexToTime(
	int frameIndex
)

Parameters

frameIndex

Type: System.Int32

The number of the frame in question.

Return Value

An integer value measured in 1/100s of a second that specifies the moment of time at which the frame in question appears.

See Also

Reference