RenderTargetBitmap.

RenderTargetBitmap(PixelSize, Vector) Constructor

Summary

Initializes a new instance of the RenderTargetBitmap class.
Namespace
Avalonia.Media.Imaging
Containing Type
RenderTargetBitmap

Syntax

public RenderTargetBitmap(PixelSize pixelSize, Vector dpi)

Parameters

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

Return Value

Type Description
void