C# 클래스 mandelbrotbase.MandelbrotGenerator

파일 보기 프로젝트 열기: jschementi/iron-websites

Private Properties

프로퍼티 타입 설명
Draw void
GeneratePalette Color[]
OnCompleted void

공개 메소드들

메소드 설명
Generate ( double sx, double sy, double fx, double fy ) : void

Generates the specified sx.

MandelbrotGenerator ( UIElement uiElement, int width, int height ) : System

Initializes a new instance of the MandelbrotGenerator class.

비공개 메소드들

메소드 설명
Draw ( object state ) : void

Draws the specified sx.

GeneratePalette ( ) : Color[]

Generates the palette.

OnCompleted ( CompletedEventArgs e ) : void

Raises the E:Completed event.

메소드 상세

Generate() 공개 메소드

Generates the specified sx.
public Generate ( double sx, double sy, double fx, double fy ) : void
sx double The sx.
sy double The sy.
fx double The fx.
fy double The fy.
리턴 void

MandelbrotGenerator() 공개 메소드

Initializes a new instance of the MandelbrotGenerator class.
public MandelbrotGenerator ( UIElement uiElement, int width, int height ) : System
uiElement UIElement
width int
height int
리턴 System