Click or drag to resize

ContourArrow10(Double, Double) Constructor

Initializes a new instance of the ContourArrow10 class.

Namespace: Altaxo.Drawing.D3D.LineCaps
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ContourArrow10(
	double minAbsoluteSizePt,
	double minRelativeSize
)

Parameters

minAbsoluteSizePt  Double
The minimum absolute arrow size in points.
minRelativeSize  Double
The minimum arrow size relative to the line thickness.
See Also