메소드 | 설명 | |
---|---|---|
CaptureMouse ( ) : void | ||
Destroy ( ) : void | ||
GetTopLevelWindow ( string className, string windowName ) : |
||
Hide ( ) : void | ||
Invalidate ( ) : void |
Invalidate the entire client area.
|
|
Invalidate ( RectangleI rect ) : void | ||
MoveBy ( int dx, int dy ) : void |
Move the window by a specied amount.
|
|
MoveTo ( int x, int y ) : void |
Move the window to a specific location.
|
|
ReleaseMouse ( ) : void | ||
ResizeBy ( int dw, int dh ) : void | ||
ResizeTo ( int width, int height ) : void | ||
Run ( ) : void |
|
|
SetTitle ( string title ) : void | ||
SetWindowAlpha ( byte alpha ) : bool | ||
SetWindowRegion ( GDIRegion aRegion ) : void | ||
Show ( ) : void | ||
StartTimer ( uint millis ) : void | ||
StopTimer ( ) : void | ||
User32WindowWrapper ( |
||
Validate ( ) : void |
public static GetTopLevelWindow ( string className, string windowName ) : |
||
className | string | |
windowName | string | |
리턴 |
public MoveBy ( int dx, int dy ) : void | ||
dx | int | The distance to move in the x-axis. |
dy | int | The number of pixels to move in the y-axis. |
리턴 | void |
public MoveTo ( int x, int y ) : void | ||
x | int | The X coordinate of the window frame's upper left corner. |
y | int | The Y coordinate of the window frame's upper left corner. |
리턴 | void |
public SetWindowRegion ( GDIRegion aRegion ) : void | ||
aRegion | GDIRegion | |
리턴 | void |
public User32WindowWrapper ( |
||
hWnd | ||
리턴 | System |