메소드 | 설명 | |
---|---|---|
CreateFromGdiPlusBitmap ( System bmp ) : |
||
DemoBitmap ( int w, int h, System innerImage ) : PixelFarm.Drawing | ||
DemoBitmap ( int w, int h, System innerImage ) : System | ||
DemoBitmap ( int w, int h, byte rawImageBuffer, bool isInvertedImg = false ) : System | ||
Dispose ( ) : void | ||
GetRawImageBuffer ( ) : byte[] |
public static CreateFromGdiPlusBitmap ( System bmp ) : |
||
bmp | System | |
리턴 |
public DemoBitmap ( int w, int h, System innerImage ) : PixelFarm.Drawing | ||
w | int | |
h | int | |
innerImage | System | |
리턴 | PixelFarm.Drawing |
public DemoBitmap ( int w, int h, System innerImage ) : System | ||
w | int | |
h | int | |
innerImage | System | |
리턴 | System |
public DemoBitmap ( int w, int h, byte rawImageBuffer, bool isInvertedImg = false ) : System | ||
w | int | |
h | int | |
rawImageBuffer | byte | |
isInvertedImg | bool | |
리턴 | System |