C# Class UniversalImageScaler.Image.SvgFrame

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

Méthodes publiques

Méthode Description
Render ( double pixelWidth, double pixelHeight, ImageTransformType transform ) : System.Windows.Media.Imaging.BitmapSource
SvgFrame ( SvgDocument svg ) : System

Method Details

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

SvgFrame() public méthode

public SvgFrame ( SvgDocument svg ) : System
svg SvgDocument
Résultat System