GdiLineCapBaseSetEndCap(Pen, ILineCap) Method |
Sets the end cap on the specified pen using the registered GDI implementation.
Namespace: Altaxo.Graph.Gdi.LineCapsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void SetEndCap(
Pen pen,
ILineCap cap
)
Parameters
- pen Pen
- The pen to modify.
- cap ILineCap
- The logical line cap.
See Also