C# 클래스 Siftables.ImageSources

파일 보기 프로젝트 열기: alexmullans/Siftables-Emulator

공개 메소드들

메소드 설명
Contains ( string imageName ) : bool
GetBitmapImage ( string imageName ) : BitmapImage
GetImageInfo ( string imageName ) : Sifteo.ImageInfo
GetMediaSet ( ) : object
ImageSources ( string imagePath ) : System.Collections.Generic
IsValidExtension ( string extension ) : bool
this ( string mediaName ) : object

비공개 메소드들

메소드 설명
LoadMedia ( string mediaPath ) : void

메소드 상세

Contains() 공개 메소드

public Contains ( string imageName ) : bool
imageName string
리턴 bool

GetBitmapImage() 공개 메소드

public GetBitmapImage ( string imageName ) : BitmapImage
imageName string
리턴 System.Windows.Media.Imaging.BitmapImage

GetImageInfo() 공개 메소드

public GetImageInfo ( string imageName ) : Sifteo.ImageInfo
imageName string
리턴 Sifteo.ImageInfo

GetMediaSet() 공개 메소드

public GetMediaSet ( ) : object
리턴 object

ImageSources() 공개 메소드

public ImageSources ( string imagePath ) : System.Collections.Generic
imagePath string
리턴 System.Collections.Generic

IsValidExtension() 공개 메소드

public IsValidExtension ( string extension ) : bool
extension string
리턴 bool

this() 공개 메소드

public this ( string mediaName ) : object
mediaName string
리턴 object