C# Класс mandelbrotbase.MandelbrotGenerator

Показать файл Открыть проект

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