Click or drag to resize

TriangleOLineCapGetCustomLineCap Method

[Missing <summary> documentation for "M:Altaxo.Graph.Gdi.LineCaps.TriangleOLineCap.GetCustomLineCap(System.Drawing.Pen,System.Single,System.Boolean)"]


Namespace: Altaxo.Graph.Gdi.LineCaps
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected override CustomLineCap GetCustomLineCap(
	Pen pen,
	float size,
	bool isEndCap
)

Parameters

pen  Pen

[Missing <param name="pen"/> documentation for "M:Altaxo.Graph.Gdi.LineCaps.TriangleOLineCap.GetCustomLineCap(System.Drawing.Pen,System.Single,System.Boolean)"]

size  Single

[Missing <param name="size"/> documentation for "M:Altaxo.Graph.Gdi.LineCaps.TriangleOLineCap.GetCustomLineCap(System.Drawing.Pen,System.Single,System.Boolean)"]

isEndCap  Boolean

[Missing <param name="isEndCap"/> documentation for "M:Altaxo.Graph.Gdi.LineCaps.TriangleOLineCap.GetCustomLineCap(System.Drawing.Pen,System.Single,System.Boolean)"]

Return Value

CustomLineCap

[Missing <returns> documentation for "M:Altaxo.Graph.Gdi.LineCaps.TriangleOLineCap.GetCustomLineCap(System.Drawing.Pen,System.Single,System.Boolean)"]

See Also