IVisual.

Render(DrawingContext) Method

Summary

Renders the control to a DrawingContext.
Namespace
Avalonia.VisualTree
Containing Type
IVisual

Syntax

void Render(DrawingContext context)

Parameters

Name Type Description
context DrawingContext The context.

Return Value

Type Description
void