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

ITimeWriter.TimeToFrameIndex Method

Returns the index of the frame which is shown at the specified time.

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

Syntax

Visual Basic
Function TimeToFrameIndex ( _
	time As Integer _
) As Integer
C#
                int TimeToFrameIndex(
	int time
)

Parameters

time

Type: System.Int32

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

Return Value

The number of the frame which is shown at the specified time.

See Also

Reference