메소드 | 설명 | |
---|---|---|
ClearClipRect ( ) : void | ||
Dispose ( ) : void | ||
NativeWin32MemoryDc ( int w, int h, bool invertImage = false ) : System | ||
PatBlt ( PatBltColor color ) : void | ||
SetBackTransparent ( bool value ) : void | ||
SetClipRect ( PixelFarm r ) : void | ||
SetClipRect ( int x, int y, int w, int h ) : void | ||
SetFont ( |
||
SetSolidTextColor ( byte r, byte g, byte b ) : void |
set solid text color
|
|
SetTextColor ( int win32Color ) : void |
public NativeWin32MemoryDc ( int w, int h, bool invertImage = false ) : System | ||
w | int | |
h | int | |
invertImage | bool | |
리턴 | System |
public SetClipRect ( int x, int y, int w, int h ) : void | ||
x | int | |
y | int | |
w | int | |
h | int | |
리턴 | void |
public SetSolidTextColor ( byte r, byte g, byte b ) : void | ||
r | byte | 0-255 |
g | byte | 0-255 |
b | byte | 0-255 |
리턴 | void |