Click or drag to resize

GraphDocumentPrintTask(HostLayer, SingleGraphPrintOptions) Constructor

Initializes a new instance of the GraphDocumentPrintTask class

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public GraphDocumentPrintTask(
	HostLayer rootLayer,
	SingleGraphPrintOptions? options
)

Parameters

rootLayer  HostLayer

[Missing <param name="rootLayer"/> documentation for "M:Altaxo.Graph.Gdi.GraphDocumentPrintTask.#ctor(Altaxo.Graph.Gdi.HostLayer,Altaxo.Graph.SingleGraphPrintOptions)"]

options  SingleGraphPrintOptions

[Missing <param name="options"/> documentation for "M:Altaxo.Graph.Gdi.GraphDocumentPrintTask.#ctor(Altaxo.Graph.Gdi.HostLayer,Altaxo.Graph.SingleGraphPrintOptions)"]

See Also