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.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public static void DrawBitmap(
SKBitmap sourceBitmap,
SKBitmap targetBitmap,
SKRect targetRect
)
Public Shared Sub DrawBitmap (
sourceBitmap As SKBitmap,
targetBitmap As SKBitmap,
targetRect As SKRect
)
No code example is currently available or this language may not be supported.
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.