Click or drag to resize

RandomCirclesWithFillingFactor Method

Creates a copy with a different filling factor.

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

Parameters

value  Double
The new filling factor.

Return Value

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