Visual.

Render(DrawingContext) Method

Summary

Renders the visual to a DrawingContext.
Namespace
Avalonia
Containing Type
Visual

Syntax

public virtual void Render(DrawingContext context)

Parameters

Name Type Description
context DrawingContext The drawing context.

Return Value

Type Description
void