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
factoryIImagingFactorysourceIBitmapSource<TPixel>optionsBitmapTransformOptions
Returns
- IBitmapSource<TPixel>
Type Parameters
TPixel