Returns a copy of this pen with a different start cap.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic PenX WithStartCap(
ILineCap value
)
Parameters
- value ILineCap
- The new start cap.
Return Value
PenXA pen with the updated start cap.
See Also