Method CreateWindow
- Namespace
- PaintDotNet.Imaging
- Assembly
- PaintDotNet.Windows.Core.dll
CreateWindow(IBitmap, RectInt32)
public static IBitmap CreateWindow(this IBitmap bitmap, RectInt32 rect)
Parameters
Returns
CreateWindow<TPixel>(IBitmap<TPixel>, RectInt32)
public static IBitmap<TPixel> CreateWindow<TPixel>(this IBitmap<TPixel> bitmap, RectInt32 rect) where TPixel : unmanaged, INaturalPixelInfo
Parameters
Returns
- IBitmap<TPixel>
Type Parameters
TPixel