C# 클래스 ScreenToGif.Util.FrameRate

Frame rate monitor.
파일 보기 프로젝트 열기: dbremner/ScreenToGif

공개 메소드들

메소드 설명
GetMilliseconds ( int framerate = null ) : int

Gets the diff between the last call.

Start ( int interval ) : void

Prepares the FrameRate monitor.

Stop ( ) : void

Determine that a stop/pause of the recording.

메소드 상세

GetMilliseconds() 공개 정적인 메소드

Gets the diff between the last call.
public static GetMilliseconds ( int framerate = null ) : int
framerate int
리턴 int

Start() 공개 정적인 메소드

Prepares the FrameRate monitor.
public static Start ( int interval ) : void
interval int The selected interval of each snapshot.
리턴 void

Stop() 공개 정적인 메소드

Determine that a stop/pause of the recording.
public static Stop ( ) : void
리턴 void