Click or drag to resize

GdiLineCapBaseSetStartCap(Pen, Single) Method

Sets the start 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 virtual void SetStartCap(
	Pen pen,
	float size
)

Parameters

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