C# Class UniversalImageScaler.Image.RasterFrame

Inheritance: IFrame
Afficher le fichier Open project: spadapet/universal-image-scaler

Méthodes publiques

Méthode 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 méthode

public RasterFrame ( System.Windows.Media.Imaging.BitmapSource source ) : System.Windows
source System.Windows.Media.Imaging.BitmapSource
Résultat System.Windows

Render() public méthode

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