Method CopyFromRegion
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.Core.dll
CopyFromRegion<TPixel>(IDeviceBitmap, Point2Int32?, RegionPtr<TPixel>)
public static void CopyFromRegion<TPixel>(this IDeviceBitmap deviceBitmap, Point2Int32? dstOffset, RegionPtr<TPixel> region) where TPixel : unmanaged, INaturalPixelInfo
Parameters
deviceBitmapIDeviceBitmapdstOffsetPoint2Int32?regionRegionPtr<TPixel>
Type Parameters
TPixel