Click or drag to resize

DashPatternListBag(IEnumerableDashPatternList) Constructor

Initializes a new instance of the DashPatternListBag class

Namespace: Altaxo.Drawing.DashPatternManagement
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DashPatternListBag(
	IEnumerable<DashPatternList> lists
)

Parameters

lists  IEnumerableDashPatternList

[Missing <param name="lists"/> documentation for "M:Altaxo.Drawing.DashPatternManagement.DashPatternListBag.#ctor(System.Collections.Generic.IEnumerable{Altaxo.Drawing.DashPatternManagement.DashPatternList})"]

See Also