TimeLine.

Remove(int, int) Method

Summary

Remove ticks from tickFrom to tickTo

Syntax

public void Remove(int tickFrom, int tickTo)

Parameters

Name Type Description
tickFrom int The start index
tickTo int The end index

Return Value

Type Description
void