C# Class X.Services.Image.Service

Afficher le fichier Open project: liquidboy/X

Méthodes publiques

Méthode Description
GenerateResizedImageAsync ( int longWidth, double srcWidth, double srcHeight, InMemoryRandomAccessStream srcMemoryStream, string newImageName, location subFolder, int longHeight ) : Task
InitFolders ( ) : void
Service ( ) : System

Method Details

GenerateResizedImageAsync() public méthode

public GenerateResizedImageAsync ( int longWidth, double srcWidth, double srcHeight, InMemoryRandomAccessStream srcMemoryStream, string newImageName, location subFolder, int longHeight ) : Task
longWidth int
srcWidth double
srcHeight double
srcMemoryStream Windows.Storage.Streams.InMemoryRandomAccessStream
newImageName string
subFolder location
longHeight int
Résultat Task

InitFolders() public méthode

public InitFolders ( ) : void
Résultat void

Service() public méthode

public Service ( ) : System
Résultat System