메소드 | 설명 | |
---|---|---|
GDIDIBSection ( int width, int height ) : System | ||
GDIDIBSection ( int width, int height, BitCount bitsperpixel ) : System | ||
GetColor ( int x, int y ) : ColorRGBA | ||
GetPixel ( int x, int y ) : IPixel | ||
SetColor ( int x, int y, ColorRGBA aColor ) : void | ||
SetPixel ( int x, int y, IPixel aPixel ) : void |
메소드 | 설명 | |
---|---|---|
CreatePixmapHandle ( int width, int height, BitCount bitsperpixel ) : |
||
ReleaseHandle ( ) : bool |
protected CreatePixmapHandle ( int width, int height, BitCount bitsperpixel ) : |
||
width | int | |
height | int | |
bitsperpixel | BitCount | |
리턴 |
public GDIDIBSection ( int width, int height ) : System | ||
width | int | |
height | int | |
리턴 | System |
public GDIDIBSection ( int width, int height, BitCount bitsperpixel ) : System | ||
width | int | |
height | int | |
bitsperpixel | BitCount | |
리턴 | System |
public SetColor ( int x, int y, ColorRGBA aColor ) : void | ||
x | int | |
y | int | |
aColor | ColorRGBA | |
리턴 | void |
public SetPixel ( int x, int y, IPixel aPixel ) : void | ||
x | int | |
y | int | |
aPixel | IPixel | |
리턴 | void |