Méthode | Description | |
---|---|---|
Draw ( System g, |
Draw the filled region
|
|
FilledRegion ( |
Constructor
|
|
FilledRegion ( |
Constructor TODO: make this work with other plot types. |
|
FilledRegion ( |
Constructor
|
public Draw ( System g, |
||
g | System | The GDI+ surface on which to draw. |
xAxis | The X-Axis to draw against. | |
yAxis | The Y-Axis to draw against. | |
Résultat | void |
public FilledRegion ( |
||
l1 | Vertical line to provide bounds for filled region | |
l2 | The other Vertical line to provide bounds for filled region | |
Résultat | System |
public FilledRegion ( |
||
lp1 | LinePlot that provides bounds to filled region [upper or lower] | |
lp2 | LinePlot that provides bounds to filled region [upper or lower] | |
Résultat | System |
public FilledRegion ( |
||
l1 | Vertical line to provide bounds for filled region | |
l2 | The other Vertical line to provide bounds for filled region | |
Résultat | System |