Method | Description | |
---|---|---|
ClockWindow ( ) : System | ||
ClockWindow ( int x, int y, int width, int height ) : System | ||
DrawBackground ( IGraphPort graphPort ) : void | ||
DrawOnSurface ( UISurface aSurface ) : void | ||
OnDraw ( |
||
OnKillFocus ( ) : void | ||
OnMouseHover ( |
||
OnMouseLeave ( |
||
OnPaint ( |
||
OnResizing ( int dw, int dh ) : void | ||
OnSetFocus ( ) : void | ||
OnTimer ( ) : void |
Method | Description | |
---|---|---|
OnSurfaceCreated ( System.Guid uniqueID ) : void |
public ClockWindow ( int x, int y, int width, int height ) : System | ||
x | int | |
y | int | |
width | int | |
height | int | |
return | System |
public DrawBackground ( IGraphPort graphPort ) : void | ||
graphPort | IGraphPort | |
return | void |
public DrawOnSurface ( UISurface aSurface ) : void | ||
aSurface | UISurface | |
return | void |
public OnDraw ( |
||
devent | ||
return | void |
public OnMouseHover ( |
||
e | ||
return | void |
public OnMouseLeave ( |
||
e | ||
return | void |
public OnPaint ( |
||
pea | ||
return | void |