C# Class mandelbrotbase.MandelbrotGenerator

Afficher le fichier Open project: jschementi/iron-websites

Private Properties

Свойство Type Description
Draw void
GeneratePalette Color[]
OnCompleted void

Méthodes publiques

Méthode 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

Méthode 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 méthode

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.
Résultat void

MandelbrotGenerator() public méthode

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