GraphDocumentRenderManagerAddTask Method |
Adds a new render task.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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