IPlatformRenderInterface.

CreateRenderTarget(IEnumerable<object>) Method

Summary

Creates a renderer.
Namespace
Avalonia.Platform
Containing Type
IPlatformRenderInterface

Syntax

IRenderTarget CreateRenderTarget(IEnumerable<object> surfaces)

Parameters

Name Type Description
surfaces IEnumerable<object> The list of native platform surfaces that can be used for output.

Return Value

Type Description
IRenderTarget An IRenderTarget.