RenderTargetBitmap.

RenderTargetBitmap(PixelSize) Constructor

Summary

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

Syntax

public RenderTargetBitmap(PixelSize pixelSize)

Parameters

Name Type Description
pixelSize PixelSize The size of the bitmap.

Return Value

Type Description
void