PenXWithCompoundArray Method |
Returns a copy of this pen with a different compound array.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic PenX WithCompoundArray(
double[]? value
)
Parameters
- value Double
- The new compound array.
Return Value
PenXA pen with the updated compound array.
See Also