IDrawOperation.

Render(IDrawingContextImpl) Method

Summary

Renders the node to a drawing context.
Namespace
Avalonia.Rendering.SceneGraph
Containing Type
IDrawOperation

Syntax

void Render(IDrawingContextImpl context)

Parameters

Name Type Description
context IDrawingContextImpl The drawing context.

Return Value

Type Description
void