Property | Type | Description | |
---|---|---|---|
Draw | void | ||
GeneratePalette | Color[] | ||
OnCompleted | void |
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.
|
Method | Description | |
---|---|---|
Draw ( object state ) : void |
Draws the specified sx.
|
|
GeneratePalette ( ) : Color[] |
Generates the palette.
|
|
OnCompleted ( |
Raises the E:Completed event.
|
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 |
public MandelbrotGenerator ( UIElement uiElement, int width, int height ) : System | ||
uiElement | UIElement | |
width | int | |
height | int | |
return | System |