Click or drag to resize

SyntheticBrushBaseWithRepeatLength Method

Creates a copy with a different repeat length.

Namespace: Altaxo.Graph.Gdi.SyntheticBrushes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public SyntheticBrushBase WithRepeatLength(
	double repeatLength
)

Parameters

repeatLength  Double
The new repeat length.

Return Value

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