C# 클래스 Geowigo.Utils.ImageUtils

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

공개 메소드들

메소드 설명
GetBitmapSource ( string filename, IsolatedStorageFile isoStore ) : System.Windows.Media.Imaging.BitmapSource
GetBitmapSource ( ExtendedImage image ) : System.Windows.Media.Imaging.WriteableBitmap
GetBitmapSource ( WF.Player.Core.Media media ) : System.Windows.Media.Imaging.WriteableBitmap
GetBitmapSource ( byte data ) : System.Windows.Media.Imaging.WriteableBitmap
SaveThumbnail ( ThumbnailOptions options ) : System.Windows.Media.ImageSource
ToBase64String ( System.Windows.Media.Imaging.BitmapSource bitmapSource, int width, int height ) : string

비공개 메소드들

메소드 설명
ImageUtils ( ) : System

메소드 상세

GetBitmapSource() 공개 정적인 메소드

public static GetBitmapSource ( string filename, IsolatedStorageFile isoStore ) : System.Windows.Media.Imaging.BitmapSource
filename string
isoStore System.IO.IsolatedStorage.IsolatedStorageFile
리턴 System.Windows.Media.Imaging.BitmapSource

GetBitmapSource() 공개 정적인 메소드

public static GetBitmapSource ( ExtendedImage image ) : System.Windows.Media.Imaging.WriteableBitmap
image ImageTools.ExtendedImage
리턴 System.Windows.Media.Imaging.WriteableBitmap

GetBitmapSource() 공개 정적인 메소드

public static GetBitmapSource ( WF.Player.Core.Media media ) : System.Windows.Media.Imaging.WriteableBitmap
media WF.Player.Core.Media
리턴 System.Windows.Media.Imaging.WriteableBitmap

GetBitmapSource() 공개 정적인 메소드

public static GetBitmapSource ( byte data ) : System.Windows.Media.Imaging.WriteableBitmap
data byte
리턴 System.Windows.Media.Imaging.WriteableBitmap

SaveThumbnail() 공개 정적인 메소드

public static SaveThumbnail ( ThumbnailOptions options ) : System.Windows.Media.ImageSource
options ThumbnailOptions
리턴 System.Windows.Media.ImageSource

ToBase64String() 공개 정적인 메소드

public static ToBase64String ( System.Windows.Media.Imaging.BitmapSource bitmapSource, int width, int height ) : string
bitmapSource System.Windows.Media.Imaging.BitmapSource
width int
height int
리턴 string