C# Class mandelbrotbase.MandelbrotGenerator

显示文件 Open project: jschementi/iron-websites

Private Properties

Property Type Description
Draw void
GeneratePalette Color[]
OnCompleted void

Public Methods

Method Description
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.

Private Methods

Method Description
Draw ( object state ) : void

Draws the specified sx.

GeneratePalette ( ) : Color[]

Generates the palette.

OnCompleted ( CompletedEventArgs e ) : void

Raises the E:Completed event.

Method Details

Generate() public method

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.
return void

MandelbrotGenerator() public method

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