C# Class Geowigo.Utils.ImageUtils.ThumbnailOptions

Afficher le fichier Open project: WFoundation/WF.Player.WinPhone

Méthodes publiques

Méthode Description
ThumbnailOptions ( IsolatedStorageFile isf, string filename, WF.Player.Core.Media preferred, WF.Player.Core.Media fallback, int minWidth ) : System
ThumbnailOptions ( IsolatedStorageFile isf, string filename, WF.Player.Core.Media preferred, WF.Player.Core.Media fallback, int minWidth, bool blur ) : System
ThumbnailOptions ( IsolatedStorageFile isf, string filename, WF.Player.Core.Media preferred, WF.Player.Core.Media fallback, int minWidth, bool blur, int heightToCrop ) : System

Method Details

ThumbnailOptions() public méthode

public ThumbnailOptions ( IsolatedStorageFile isf, string filename, WF.Player.Core.Media preferred, WF.Player.Core.Media fallback, int minWidth ) : System
isf System.IO.IsolatedStorage.IsolatedStorageFile
filename string
preferred WF.Player.Core.Media
fallback WF.Player.Core.Media
minWidth int
Résultat System

ThumbnailOptions() public méthode

public ThumbnailOptions ( IsolatedStorageFile isf, string filename, WF.Player.Core.Media preferred, WF.Player.Core.Media fallback, int minWidth, bool blur ) : System
isf System.IO.IsolatedStorage.IsolatedStorageFile
filename string
preferred WF.Player.Core.Media
fallback WF.Player.Core.Media
minWidth int
blur bool
Résultat System

ThumbnailOptions() public méthode

public ThumbnailOptions ( IsolatedStorageFile isf, string filename, WF.Player.Core.Media preferred, WF.Player.Core.Media fallback, int minWidth, bool blur, int heightToCrop ) : System
isf System.IO.IsolatedStorage.IsolatedStorageFile
filename string
preferred WF.Player.Core.Media
fallback WF.Player.Core.Media
minWidth int
blur bool
heightToCrop int
Résultat System