RandomCirclesWithFillingFactor Method |
Creates a copy with a different filling factor.
Namespace: Altaxo.Graph.Gdi.SyntheticBrushesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic RandomCircles WithFillingFactor(
double value
)
Parameters
- value Double
- The new filling factor.
Return Value
RandomCirclesThe updated instance or the current instance if unchanged.
See Also