Click or drag to resize

ContourArrow20(Double, Double) Constructor

Initializes a new instance of the ContourArrow20 class

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

Parameters

minAbsoluteSizePt  Double

[Missing <param name="minAbsoluteSizePt"/> documentation for "M:Altaxo.Drawing.D3D.LineCaps.ContourArrow20.#ctor(System.Double,System.Double)"]

minRelativeSize  Double

[Missing <param name="minRelativeSize"/> documentation for "M:Altaxo.Drawing.D3D.LineCaps.ContourArrow20.#ctor(System.Double,System.Double)"]

See Also