Table of Contents

Method CopyFromDeviceContext

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

CopyFromDeviceContext(Point2Int32?, IDeviceContext, in RectInt32?)

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

void CopyFromDeviceContext(Point2Int32? destPoint, IDeviceContext deviceContext, in RectInt32? srcRect = null)

Parameters

destPoint Point2Int32?
deviceContext IDeviceContext
srcRect RectInt32?