ActionEngineUtilDrawBitmap(SKBitmap, SKBitmap, SKRect, SKRect) Method
Draw the source bitmap on the target bitmap using the specified source
image and target image rectangles.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public static void DrawBitmap(
SKBitmap sourceBitmap,
SKBitmap targetBitmap,
SKRect sourceRect,
SKRect targetRect
)
Public Shared Sub DrawBitmap (
sourceBitmap As SKBitmap,
targetBitmap As SKBitmap,
sourceRect As SKRect,
targetRect As SKRect
)
No code example is currently available or this language may not be supported.
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.