PenX3DWithDashEndCap Method |
Returns a copy of this pen with a different dash end cap.
Namespace: Altaxo.Drawing.D3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic PenX3D WithDashEndCap(
ILineCap? cap
)
Parameters
- cap ILineCap
- The new dash end cap, or for the default flat cap.
Return Value
PenX3DA pen with the updated dash end cap.
See Also