프로퍼티 | 타입 | 설명 | |
---|---|---|---|
gSurfaces | UISurface>.Dictionary |
메소드 | 설명 | |
---|---|---|
ClearToColor ( uint colorref ) : void | ||
CreateSurface ( string title, RECT frame, System.Guid uniqueID ) : |
||
Draw ( |
||
Hide ( ) : void | ||
Invalidate ( ) : void | ||
Invalidate ( RECT rect ) : void | ||
MoveBy ( int dx, int dy ) : void | ||
MoveTo ( int x, int y ) : void | ||
OnDraw ( |
||
OnMouseDown ( |
||
OnMouseEnter ( |
||
OnMouseHover ( |
||
OnMouseLeave ( |
||
OnMouseMove ( |
||
OnMouseUp ( |
||
OnMouseWheel ( |
||
OnMovedBy ( int dx, int dy ) : void | ||
OnMovedTo ( int x, int y ) : void | ||
OnMoving ( int dx, int dy ) : void | ||
RefreshDisplay ( RECT rect ) : void | ||
Show ( ) : void | ||
Validate ( ) : void |
메소드 | 설명 | |
---|---|---|
UISurface ( string title, RECT frame, System.Guid uniqueID ) : System | ||
UISurface ( string title, int x, int y, int width, int height, System.Guid uniqueID ) : System |
메소드 | 설명 | |
---|---|---|
UISurface ( ) : System |
public static CreateSurface ( string title, RECT frame, System.Guid uniqueID ) : |
||
title | string | |
frame | RECT | |
uniqueID | System.Guid | |
리턴 |
public OnMouseDown ( |
||
e | ||
리턴 | void |
public OnMouseEnter ( |
||
e | ||
리턴 | void |
public OnMouseHover ( |
||
e | ||
리턴 | void |
public OnMouseLeave ( |
||
e | ||
리턴 | void |
public OnMouseMove ( |
||
e | ||
리턴 | void |
public OnMouseUp ( |
||
e | ||
리턴 | void |
public OnMouseWheel ( |
||
e | ||
리턴 | void |
protected UISurface ( string title, RECT frame, System.Guid uniqueID ) : System | ||
title | string | |
frame | RECT | |
uniqueID | System.Guid | |
리턴 | System |
protected UISurface ( string title, int x, int y, int width, int height, System.Guid uniqueID ) : System | ||
title | string | |
x | int | |
y | int | |
width | int | |
height | int | |
uniqueID | System.Guid | |
리턴 | System |