Table of Contents

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 IImagingFactory
source IBitmapSource<TPixel>
options BitmapTransformOptions

Returns

IBitmapSource<TPixel>

Type Parameters

TPixel