Click or drag to resize

CircleFLineCapGetCustomLineCap Method

Creates the custom GDI line cap used for rendering.

Namespace: Altaxo.Graph.Gdi.LineCaps
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected 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

CustomLineCap
The custom line cap instance.
See Also