Click or drag to resize

GdiLineCapBaseSetStartCap(Pen, ILineCap) Method

Sets the start cap on the specified pen using the registered GDI implementation.

Namespace: Altaxo.Graph.Gdi.LineCaps
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void SetStartCap(
	Pen pen,
	ILineCap cap
)

Parameters

pen  Pen
The pen to modify.
cap  ILineCap
The logical line cap.
See Also