C# 클래스 Signum.Windows.ImageLoader

파일 보기 프로젝트 열기: signumsoftware/framework

공개 메소드들

메소드 설명
GetImageSortName ( string name ) : System.Windows.Media.Imaging.BitmapSource
LoadIcon ( Uri uri ) : System.Windows.Media.Imaging.BitmapSource
ThreadSafeImage ( Stream stream ) : System.Windows.Media.Imaging.BitmapSource
ToSmallImage ( this source ) : Image

메소드 상세

GetImageSortName() 공개 정적인 메소드

public static GetImageSortName ( string name ) : System.Windows.Media.Imaging.BitmapSource
name string
리턴 System.Windows.Media.Imaging.BitmapSource

LoadIcon() 공개 정적인 메소드

public static LoadIcon ( Uri uri ) : System.Windows.Media.Imaging.BitmapSource
uri System.Uri
리턴 System.Windows.Media.Imaging.BitmapSource

ThreadSafeImage() 공개 정적인 메소드

public static ThreadSafeImage ( Stream stream ) : System.Windows.Media.Imaging.BitmapSource
stream Stream
리턴 System.Windows.Media.Imaging.BitmapSource

ToSmallImage() 공개 정적인 메소드

public static ToSmallImage ( this source ) : Image
source this
리턴 Image