C# 클래스 Fractrace.PictureArt.Renderer

파일 보기 프로젝트 열기: trafassel/Gestaltlupe 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_height int
_stopRequest bool
_width int
formula Formulas
pData Fractrace.DataTypes.PictureData
paintHasEnded bool

공개 메소드들

메소드 설명
Init ( Formulas formula ) : void

Initialisation with formula is needed for sharp rendering and computing original coordinates.

Paint ( Graphics grLabel ) : void

Paint generated rgb values to bitmap.

Renderer ( Fractrace.DataTypes.PictureData pData ) : System

Initialisation

Stop ( ) : void

Render process should be stopped.

StopAndWait ( ) : void

Stop Render process and wait for its ending.

WaitUntilEnd ( ) : void

Wait for ending of Rendering.

보호된 메소드들

메소드 설명
CallPaintEnds ( ) : void

Called, if the paint algorithm ends.

메소드 상세

CallPaintEnds() 보호된 메소드

Called, if the paint algorithm ends.
protected CallPaintEnds ( ) : void
리턴 void

Init() 공개 메소드

Initialisation with formula is needed for sharp rendering and computing original coordinates.
public Init ( Formulas formula ) : void
formula Formulas
리턴 void

Paint() 공개 메소드

Paint generated rgb values to bitmap.
public Paint ( Graphics grLabel ) : void
grLabel System.Drawing.Graphics
리턴 void

Renderer() 공개 메소드

Initialisation
public Renderer ( Fractrace.DataTypes.PictureData pData ) : System
pData Fractrace.DataTypes.PictureData
리턴 System

Stop() 공개 메소드

Render process should be stopped.
public Stop ( ) : void
리턴 void

StopAndWait() 공개 메소드

Stop Render process and wait for its ending.
public StopAndWait ( ) : void
리턴 void

WaitUntilEnd() 공개 메소드

Wait for ending of Rendering.
public WaitUntilEnd ( ) : void
리턴 void

프로퍼티 상세

_height 보호되어 있는 프로퍼티

protected int _height
리턴 int

_stopRequest 보호되어 있는 프로퍼티

protected bool _stopRequest
리턴 bool

_width 보호되어 있는 프로퍼티

protected int _width
리턴 int

formula 보호되어 있는 프로퍼티

protected Formulas formula
리턴 Formulas

pData 보호되어 있는 프로퍼티

protected PictureData,Fractrace.DataTypes pData
리턴 Fractrace.DataTypes.PictureData

paintHasEnded 보호되어 있는 프로퍼티

Is set to true, if painting ends.
protected bool paintHasEnded
리턴 bool