Click or drag to resize

LeftBarLineCapSetEndCap Method

Sets the end cap on the specified pen.

Namespace: Altaxo.Graph.Gdi.LineCaps
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override void SetEndCap(
	Pen pen,
	float size
)

Parameters

pen  Pen
The pen to modify.
size  Single
The cap size.
See Also