ICustomDrawOperationRender Method

Renders the node to a drawing context.

Definition

Namespace: Avalonia.Rendering.SceneGraph
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
C#
void Render(
	ImmediateDrawingContext context
)

Parameters

context  ImmediateDrawingContext
The drawing context.

See Also