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