C# Class UniversalImageScaler.Image.RasterFrame

Inheritance: IFrame
Show file Open project: spadapet/universal-image-scaler

Public Methods

Method Description
RasterFrame ( System.Windows.Media.Imaging.BitmapSource source ) : System.Windows
Render ( double pixelWidth, double pixelHeight, ImageTransformType transform ) : System.Windows.Media.Imaging.BitmapSource

Method Details

RasterFrame() public method

public RasterFrame ( System.Windows.Media.Imaging.BitmapSource source ) : System.Windows
source System.Windows.Media.Imaging.BitmapSource
return System.Windows

Render() public method

public Render ( double pixelWidth, double pixelHeight, ImageTransformType transform ) : System.Windows.Media.Imaging.BitmapSource
pixelWidth double
pixelHeight double
transform ImageTransformType
return System.Windows.Media.Imaging.BitmapSource