메소드 | 설명 | |
---|---|---|
BitmapFromDIB ( |
Generates a bitmap from a DIB object.
|
|
BitmapLoader ( int width, int height ) : System |
Creates a new bitmap loader. Which loads bitmaps from filestreams.
|
|
Close ( ) : void |
Closes and releases any resources being used.
|
|
Dispose ( ) : void |
Disposes and clears all data.
|
|
LoadFromStream ( |
Creates a bitmap from a filestream.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
public static BitmapFromDIB ( |
||
DIBstream | A stream representing a DIB object. | |
리턴 |
public BitmapLoader ( int width, int height ) : System | ||
width | int | The image width in pixels. |
height | int | the image height in pixels. |
리턴 | System |
public LoadFromStream ( |
||
reader | The System.IO.BinaryReader to use. | |
amount | int | The size in bytes of the image. |
리턴 |