Summary
Renders a visual to a drawing context.
- Namespace
- Avalonia
.Rendering - Containing Type
- ImmediateRenderer
Syntax
public static void Render(IVisual visual, DrawingContext context)
Parameters
Name | Type | Description |
---|---|---|
visual | IVisual | The visual. |
context | DrawingContext | The drawing context. |
Return Value
Type | Description |
---|---|
void |