Method CreateBitmapFlipRotator
- Namespace
- PaintDotNet.Imaging
- Assembly
- PaintDotNet.Windows.Core.dll
CreateBitmapFlipRotator<TPixel>(IImagingFactory, IBitmapSource<TPixel>, BitmapTransformOptions)
public static IBitmapSource<TPixel> CreateBitmapFlipRotator<TPixel>(this IImagingFactory factory, IBitmapSource<TPixel> source, BitmapTransformOptions options) where TPixel : unmanaged, INaturalPixelInfo
Parameters
factory
IImagingFactorysource
IBitmapSource<TPixel>options
BitmapTransformOptions
Returns
- IBitmapSource<TPixel>
Type Parameters
TPixel