CroppedBitmapDraw Method

Definition

Namespace: Avalonia.Media.Imaging
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void Draw(
	DrawingContext context,
	Rect sourceRect,
	Rect destRect
)

Parameters

context  DrawingContext
 
sourceRect  Rect
 
destRect  Rect
 

Implements

IImageDraw(DrawingContext, Rect, Rect)

See Also