Click or drag to resize

GraphDocumentRenderManagerAddTask Method

Adds a new render task.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void AddTask(
	Object owner,
	GraphDocument doc,
	Action<GraphDocument, Object> renderingAction
)

Parameters

owner  Object
The owner. This is any object that is able to uniquely identify the render task.
doc  GraphDocument
The graph document to render.
renderingAction  ActionGraphDocument, Object
The rendering action. This action is called when the provided graph document should be rendered.
See Also