SyntheticBrushBaseWithRepeatLength Method |
Creates a copy with a different repeat length.
Namespace: Altaxo.Graph.Gdi.SyntheticBrushesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic SyntheticBrushBase WithRepeatLength(
double repeatLength
)
Parameters
- repeatLength Double
- The new repeat length.
Return Value
SyntheticBrushBaseThe updated instance or the current instance if unchanged.
See Also