C# 클래스 MediaPortal.GUI.Library.GUIVideoControl

This class will draw a placeholder for the current video window if no video is playing it will present an empty rectangle
상속: GUIControl
파일 보기 프로젝트 열기: MediaPortal/MediaPortal-1

보호된 프로퍼티들

프로퍼티 타입 설명
_imageFocusRectangle GUIAnimation
_setVideoWindow bool
_videoWindows System.Drawing.Rectangle[]
blackImage GUIImage
thumbImage GUIImage

공개 메소드들

메소드 설명
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

메소드 상세

AllocResources() 공개 메소드

public AllocResources ( ) : void
리턴 void

CanFocus() 공개 메소드

public CanFocus ( ) : bool
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FinalizeConstruction() 공개 메소드

public FinalizeConstruction ( ) : void
리턴 void

GUIVideoControl() 공개 메소드

public GUIVideoControl ( int dwParentID ) : System.Drawing
dwParentID int
리턴 System.Drawing

GUIVideoControl() 공개 메소드

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
리턴 System.Drawing

HitTest() 공개 메소드

Checks if the x and y coordinates correspond to the current control.
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
리턴 bool

OnAction() 공개 메소드

public OnAction ( MediaPortal.GUI.Library.Action action ) : void
action MediaPortal.GUI.Library.Action
리턴 void

OnDeInit() 공개 메소드

public OnDeInit ( ) : void
리턴 void

OnInit() 공개 메소드

public OnInit ( ) : void
리턴 void

Render() 공개 메소드

public Render ( float timePassed ) : void
timePassed float
리턴 void

프로퍼티 상세

_imageFocusRectangle 보호되어 있는 프로퍼티

protected GUIAnimation,MediaPortal.GUI.Library _imageFocusRectangle
리턴 GUIAnimation

_setVideoWindow 보호되어 있는 프로퍼티

protected bool _setVideoWindow
리턴 bool

_videoWindows 보호되어 있는 프로퍼티

protected Rectangle[],System.Drawing _videoWindows
리턴 System.Drawing.Rectangle[]

blackImage 보호되어 있는 프로퍼티

protected GUIImage,MediaPortal.GUI.Library blackImage
리턴 GUIImage

thumbImage 보호되어 있는 프로퍼티

protected GUIImage,MediaPortal.GUI.Library thumbImage
리턴 GUIImage