C# 클래스 Reign.Video.ImageMetro

상속: Image
파일 보기 프로젝트 열기: reignstudios/ReignSDK

공개 메소드들

메소드 설명
ImageMetro ( Stream stream, bool flip, Loader loadedCallback ) : System
ImageMetro ( string fileName, bool flip, Loader loadedCallback ) : System

보호된 메소드들

메소드 설명
init ( Stream stream, bool flip, Loader loadedCallback ) : void
save ( byte inData, int width, int height, Stream outStream, ImageFormats imageFormat, ImageSavedCallbackMethod imageSavedCallback ) : void

메소드 상세

ImageMetro() 공개 메소드

public ImageMetro ( Stream stream, bool flip, Loader loadedCallback ) : System
stream Stream
flip bool
loadedCallback Reign.Core.Loader
리턴 System

ImageMetro() 공개 메소드

public ImageMetro ( string fileName, bool flip, Loader loadedCallback ) : System
fileName string
flip bool
loadedCallback Reign.Core.Loader
리턴 System

init() 보호된 메소드

protected init ( Stream stream, bool flip, Loader loadedCallback ) : void
stream Stream
flip bool
loadedCallback Reign.Core.Loader
리턴 void

save() 보호된 정적인 메소드

protected static save ( byte inData, int width, int height, Stream outStream, ImageFormats imageFormat, ImageSavedCallbackMethod imageSavedCallback ) : void
inData byte
width int
height int
outStream Stream
imageFormat ImageFormats
imageSavedCallback ImageSavedCallbackMethod
리턴 void