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.3179.0 (4.8.3179.0)
Syntax
C#
public ContourArrow10(
	double minAbsoluteSizePt,
	double minRelativeSize
)

Parameters

minAbsoluteSizePt  Double

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

minRelativeSize  Double

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

See Also