CroppedBitmap.

CroppedBitmap(IImage, PixelRect) Constructor

Namespace
Avalonia.Media.Imaging
Containing Type
CroppedBitmap

Syntax

public CroppedBitmap(IImage source, PixelRect sourceRect)

Parameters

Name Type Description
source IImage
sourceRect PixelRect

Return Value

Type Description
void