ActionEngineUtilDrawBitmap(SKBitmap, SKBitmap, SKRect, SKRect) Method

Draw the source bitmap on the target bitmap using the specified source image and target image rectangles.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public static void DrawBitmap(
	SKBitmap sourceBitmap,
	SKBitmap targetBitmap,
	SKRect sourceRect,
	SKRect targetRect
)

Parameters

sourceBitmap  SKBitmap
Reference to the source bitmap.
targetBitmap  SKBitmap
Reference to the target bitmap.
sourceRect  SKRect
Reference to the source rectangle.
targetRect  SKRect
Reference to the target rectangle.

See Also