Click or drag to resize

ContourArrow05(Double, Double) Constructor

Initializes a new instance of the ContourArrow05 class

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

Parameters

minAbsoluteSizePt  Double

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

minRelativeSize  Double

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

See Also