C# 클래스 MahTweets.Core.Utilities.ImageUtility

파일 보기 프로젝트 열기: nickhodge/MahTweets.LawrenceHargrave

공개 메소드들

메소드 설명
ConvertResourceToBitmap ( string resource ) : BitmapImage
IsValidImage ( string fileName ) : bool

비공개 메소드들

메소드 설명
GetBitMapAsync ( Uri uri, bool waiting ) : Task

메소드 상세

ConvertResourceToBitmap() 공개 정적인 메소드

public static ConvertResourceToBitmap ( string resource ) : BitmapImage
resource string
리턴 System.Windows.Media.Imaging.BitmapImage

IsValidImage() 공개 정적인 메소드

public static IsValidImage ( string fileName ) : bool
fileName string
리턴 bool