SquareOLineCapGetCustomLineCap Method |
Creates the custom GDI line cap used for rendering.
Namespace: Altaxo.Graph.Gdi.LineCapsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected override CustomLineCap GetCustomLineCap(
Pen pen,
float size,
bool isEndCap
)
Parameters
- pen Pen
- The pen that will use the cap.
- size Single
- The requested cap size.
- isEndCap Boolean
- to create an end cap; otherwise, a start cap.
Return Value
CustomLineCapThe custom line cap instance.
See Also