CroppedBitmap.

Draw(DrawingContext, Rect, Rect, BitmapInterpolationMode) Method

Namespace
Avalonia.Media.Imaging
Containing Type
CroppedBitmap

Syntax

public void Draw(DrawingContext context, Rect sourceRect, Rect destRect, BitmapInterpolationMode bitmapInterpolationMode)

Parameters

Name Type Description
context DrawingContext
sourceRect Rect
destRect Rect
bitmapInterpolationMode BitmapInterpolationMode

Return Value

Type Description
void