Method | Description | |
---|---|---|
Render ( |
Method | Description | |
---|---|---|
DoDraw ( |
||
DoGetBaseSize ( ) : double | ||
DoGetPenWidthFactor ( ) : double | ||
DrawFractalLine ( |
Method | Description | |
---|---|---|
UpdateLevelLineLengthCache ( ) : void | ||
UpdateLevelPenCache ( ) : void |
protected abstract DoDraw ( |
||
graphics | ||
return | void |
protected abstract DoGetBaseSize ( ) : double | ||
return | double |
protected abstract DoGetPenWidthFactor ( ) : double | ||
return | double |
protected DrawFractalLine ( |
||
graphics | ||
x1 | double | |
y1 | double | |
x2 | double | |
y2 | double | |
level | int | |
return | void |
public Render ( |
||
graphics | ||
return | void |