IVisualNode.

BeginRender(IDrawingContextImpl, bool) Method

Summary

Sets up the drawing context for rendering the node's geometry.
Namespace
Avalonia.Rendering.SceneGraph
Containing Type
IVisualNode

Syntax

void BeginRender(IDrawingContextImpl context, bool skipOpacity)

Parameters

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

Return Value

Type Description
void