Table of Contents

Method CopyFromBitmap

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

CopyFromBitmap(Point2Int32?, IDeviceBitmap, in RectInt32?)

Copies the specified region from the specified bitmap into the current bitmap.

void CopyFromBitmap(Point2Int32? destPoint, IDeviceBitmap bitmap, in RectInt32? srcRect = null)

Parameters

destPoint Point2Int32?
bitmap IDeviceBitmap
srcRect RectInt32?