ActionEngineUtilDrawBitmap(SKBitmap, SKBitmap, SKRect) Method

Draw the source bitmap on the target bitmap using the specified source and target images and a starting point at which to place the source.

Definition

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

Parameters

sourceBitmap  SKBitmap
Reference to the source bitmap to be drawn.
targetBitmap  SKBitmap
Reference to the target bitmap to receive the update.
targetRect  SKRect
The area at which drawing will begin on the target image.

See Also