C# 클래스 Geowigo.Utils.ImageUtils.ThumbnailOptions

파일 보기 프로젝트 열기: WFoundation/WF.Player.WinPhone

공개 메소드들

메소드 설명
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

메소드 상세

ThumbnailOptions() 공개 메소드

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
리턴 System

ThumbnailOptions() 공개 메소드

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
리턴 System

ThumbnailOptions() 공개 메소드

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
리턴 System