메소드 | 설명 | |
---|---|---|
BeginLock ( ) : void | ||
BitmapEx ( Image original ) : System | ||
BitmapEx ( Image original, |
||
BitmapEx ( Image original, int width, int height ) : System | ||
BitmapEx ( Stream stream ) : System | ||
BitmapEx ( Stream stream, bool useIcm ) : System | ||
BitmapEx ( |
||
BitmapEx ( int width, int height ) : System | ||
BitmapEx ( int width, int height, |
||
BitmapEx ( int width, int height, PixelFormat format ) : System | ||
BitmapEx ( int width, int height, int stride, PixelFormat format, |
||
BitmapEx ( string filename ) : System | ||
BitmapEx ( string filename, bool useIcm ) : System | ||
Dispose ( ) : void | ||
EndLock ( ) : void | ||
GetBitmap ( ) : |
||
GetPixel ( int x, int y ) : Color | ||
SetPixel ( int x, int y, Color color ) : void |
public BitmapEx ( Image original, |
||
original | Image | |
newSize | ||
리턴 | System |
public BitmapEx ( Image original, int width, int height ) : System | ||
original | Image | |
width | int | |
height | int | |
리턴 | System |
public BitmapEx ( Stream stream, bool useIcm ) : System | ||
stream | Stream | |
useIcm | bool | |
리턴 | System |
public BitmapEx ( |
||
type | ||
resource | string | |
리턴 | System |
public BitmapEx ( int width, int height, |
||
width | int | |
height | int | |
g | ||
리턴 | System |
public BitmapEx ( int width, int height, PixelFormat format ) : System | ||
width | int | |
height | int | |
format | PixelFormat | |
리턴 | System |
public BitmapEx ( int width, int height, int stride, PixelFormat format, |
||
width | int | |
height | int | |
stride | int | |
format | PixelFormat | |
scan0 | ||
리턴 | System |
public BitmapEx ( string filename, bool useIcm ) : System | ||
filename | string | |
useIcm | bool | |
리턴 | System |
public SetPixel ( int x, int y, Color color ) : void | ||
x | int | |
y | int | |
color | Color | |
리턴 | void |