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