HatchBrushBaseWithRepeatLength Method |
Creates a copy with a different repeat length.
Namespace: Altaxo.Graph.Gdi.HatchBrushesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic HatchBrushBase WithRepeatLength(
double repeatLength
)
Parameters
- repeatLength Double
- The repeat length in points.
Return Value
HatchBrushBaseThe updated instance or this instance if unchanged.
See Also