Property | Type | Description | |
---|---|---|---|
_imageFocusRectangle | |||
_setVideoWindow | bool | ||
_videoWindows | System.Drawing.Rectangle[] | ||
blackImage | |||
thumbImage |
Method | Description | |
---|---|---|
AllocResources ( ) : void | ||
CanFocus ( ) : bool | ||
Dispose ( ) : void | ||
FinalizeConstruction ( ) : void | ||
GUIVideoControl ( int dwParentID ) : System.Drawing | ||
GUIVideoControl ( int dwParentID, int dwControlId, int dwPosX, int dwPosY, int dwWidth, int dwHeight, string texturename ) : System.Drawing | ||
HitTest ( int x, int y, int &controlID, bool &focused ) : bool |
Checks if the x and y coordinates correspond to the current control.
|
|
OnAction ( MediaPortal.GUI.Library.Action action ) : void | ||
OnDeInit ( ) : void | ||
OnInit ( ) : void | ||
Render ( float timePassed ) : void |
public GUIVideoControl ( int dwParentID ) : System.Drawing | ||
dwParentID | int | |
return | System.Drawing |
public GUIVideoControl ( int dwParentID, int dwControlId, int dwPosX, int dwPosY, int dwWidth, int dwHeight, string texturename ) : System.Drawing | ||
dwParentID | int | |
dwControlId | int | |
dwPosX | int | |
dwPosY | int | |
dwWidth | int | |
dwHeight | int | |
texturename | string | |
return | System.Drawing |
public HitTest ( int x, int y, int &controlID, bool &focused ) : bool | ||
x | int | The x coordinate. |
y | int | The y coordinate. |
controlID | int | |
focused | bool | |
return | bool |
public OnAction ( MediaPortal.GUI.Library.Action action ) : void | ||
action | MediaPortal.GUI.Library.Action | |
return | void |
protected GUIAnimation,MediaPortal.GUI.Library _imageFocusRectangle | ||
return |
protected Rectangle[],System.Drawing _videoWindows | ||
return | System.Drawing.Rectangle[] |