Click or drag to resize

HatchBrushBaseWithRepeatLength Method

Creates a copy with a different repeat length.

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

Parameters

repeatLength  Double
The repeat length in points.

Return Value

HatchBrushBase
The updated instance or this instance if unchanged.
See Also