ActionEngineUtilDrawBitmap(SKBitmap, SKBitmap, SKPoint) 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,
	SKPoint targetPoint
)

Parameters

sourceBitmap  SKBitmap
Reference to the source bitmap to be drawn.
targetBitmap  SKBitmap
Reference to the target bitmap to receive the update.
targetPoint  SKPoint
The point at which drawing will begin on the target image.

See Also