IPlatformRenderInterface.

CreateRenderTargetBitmap(PixelSize, Vector) Method

Summary

Creates a render target bitmap implementation.
Namespace
Avalonia.Platform
Containing Type
IPlatformRenderInterface

Syntax

IRenderTargetBitmapImpl CreateRenderTargetBitmap(PixelSize size, Vector dpi)

Parameters

Name Type Description
size PixelSize The size of the bitmap in device pixels.
dpi Vector The DPI of the bitmap.

Return Value