Summary
Creates a renderer.
- Namespace
- Avalonia
.Platform - Containing Type
- I
Platform Render Interface
Syntax
IRenderTarget CreateRenderTarget(IEnumerable<object> surfaces)
Parameters
Name | Type | Description |
---|---|---|
surfaces | IEnumerable |
The list of native platform surfaces that can be used for output. |
Return Value
Type | Description |
---|---|
IRenderTarget | An IRenderTarget . |