IVisualNode.

EndRender(IDrawingContextImpl, bool) Method

Summary

Resets the drawing context after rendering the node's geometry.
Namespace
Avalonia.Rendering.SceneGraph
Containing Type
IVisualNode

Syntax

void EndRender(IDrawingContextImpl context, bool skipOpacity)

Parameters

Name Type Description
context IDrawingContextImpl The drawing context.
skipOpacity bool Whether to skip popping the control's opacity.

Return Value

Type Description
void