Click or drag to resize

RandomCirclesWithCircleDiameter Method

Creates a copy with a different circle diameter.

Namespace: Altaxo.Graph.Gdi.SyntheticBrushes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public RandomCircles WithCircleDiameter(
	double value
)

Parameters

value  Double
The new circle diameter.

Return Value

RandomCircles
The updated instance or the current instance if unchanged.
See Also