Click or drag to resize

MiniProjectBuilder Constructor

Initializes a new instance of the MiniProjectBuilder class

Namespace: Altaxo.Graph.Procedures
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected MiniProjectBuilder(
	GraphDocumentBase graph,
	bool ensureEmbeddedObjectRenderingOptionsStoredInGraph
)

Parameters

graph  GraphDocumentBase

[Missing <param name="graph"/> documentation for "M:Altaxo.Graph.Procedures.MiniProjectBuilder.#ctor(Altaxo.Graph.GraphDocumentBase,System.Boolean)"]

ensureEmbeddedObjectRenderingOptionsStoredInGraph  Boolean

[Missing <param name="ensureEmbeddedObjectRenderingOptionsStoredInGraph"/> documentation for "M:Altaxo.Graph.Procedures.MiniProjectBuilder.#ctor(Altaxo.Graph.GraphDocumentBase,System.Boolean)"]

See Also