C# 클래스 Moxiecode.MXI.Image.WriteableBitmapExtension

파일 보기 프로젝트 열기: openHPI/moodle-mod_teletask

공개 메소드들

메소드 설명
FromByteArray ( this bmp, byte buffer ) : void
FromRaster ( this bmp, byte raster ) : void
ToByteArray ( this bmp ) : byte[]
ToRaster ( this bmp ) : ].byte[][
ToStream ( this bmp, Stream outputStream ) : void

메소드 상세

FromByteArray() 공개 정적인 메소드

public static FromByteArray ( this bmp, byte buffer ) : void
bmp this
buffer byte
리턴 void

FromRaster() 공개 정적인 메소드

public static FromRaster ( this bmp, byte raster ) : void
bmp this
raster byte
리턴 void

ToByteArray() 공개 정적인 메소드

public static ToByteArray ( this bmp ) : byte[]
bmp this
리턴 byte[]

ToRaster() 공개 정적인 메소드

public static ToRaster ( this bmp ) : ].byte[][
bmp this
리턴 ].byte[][

ToStream() 공개 정적인 메소드

public static ToStream ( this bmp, Stream outputStream ) : void
bmp this
outputStream Stream
리턴 void