Panel.

Render(DrawingContext) Method

Summary

Renders the visual to a DrawingContext.
Namespace
Avalonia.Controls
Containing Type
Panel

Syntax

public override void Render(DrawingContext context)

Parameters

Name Type Description
context DrawingContext The drawing context.

Return Value

Type Description
void