C# 클래스 Fractrace.Animation.AnimationStepPreview

Control, which is used in the animation form to show a small picture of some animation steps.
상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: trafassel/Gestaltlupe 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_graphicsUsedInSteps System.Drawing.Graphics

공개 메소드들

메소드 설명
AnimationStepPreview ( ) : System
Init ( int time, int steps ) : void

Initialize with Animation time and number of steps used in Animation.

UpdateComputedStep ( int currentStep ) : void

Indicate computed frame (with green rectangle).

비공개 메소드들

메소드 설명
deleteToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Remove corresponding entry from animation scriptand mark deletion in preview with red.

메소드 상세

AnimationStepPreview() 공개 메소드

public AnimationStepPreview ( ) : System
리턴 System

Init() 공개 메소드

Initialize with Animation time and number of steps used in Animation.
public Init ( int time, int steps ) : void
time int
steps int
리턴 void

UpdateComputedStep() 공개 메소드

Indicate computed frame (with green rectangle).
public UpdateComputedStep ( int currentStep ) : void
currentStep int
리턴 void

프로퍼티 상세

_graphicsUsedInSteps 보호되어 있는 프로퍼티

Graphics, used to draw the rendered imag.
protected Graphics,System.Drawing _graphicsUsedInSteps
리턴 System.Drawing.Graphics