메소드 | 설명 | |
---|---|---|
FromPosHexString ( string s ) : |
||
IsMatch ( |
||
IsMatch ( FastBitmap bitmap ) : bool | ||
IsMatch ( FastBitmap bitmap, int tolerance ) : bool | ||
Offset ( Point p ) : void | ||
PixelMask ( Point location, Color color ) : System | ||
PixelMask ( int x, int y, Color color ) : System | ||
PixelMask ( int x, int y, int argb ) : System | ||
PixelMask ( int x, int y, int r, int g, int b ) : System | ||
ToColor ( ) : Color |
public static FromPosHexString ( string s ) : |
||
s | string | |
리턴 |
public IsMatch ( FastBitmap bitmap, int tolerance ) : bool | ||
bitmap | FastBitmap | |
tolerance | int | |
리턴 | bool |
public PixelMask ( Point location, Color color ) : System | ||
location | Point | |
color | Color | |
리턴 | System |
public PixelMask ( int x, int y, Color color ) : System | ||
x | int | |
y | int | |
color | Color | |
리턴 | System |
public PixelMask ( int x, int y, int argb ) : System | ||
x | int | |
y | int | |
argb | int | |
리턴 | System |
public PixelMask ( int x, int y, int r, int g, int b ) : System | ||
x | int | |
y | int | |
r | int | |
g | int | |
b | int | |
리턴 | System |