C# 클래스 RoboOps.Interface.VideoPanel

파일 보기 프로젝트 열기: RASC-AL/Interface 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
fps int
height int
imgVideo System.Windows.Forms.PictureBox
lblFps System.Windows.Forms.Label
pan int
tilt int
width int
zoom int

공개 메소드들

메소드 설명
UDPServer ( ) : void
VideoPanel ( RoverComm commModule ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

MovePTZ ( int P, int T, int Z ) : void
VideoPanel_FormClosing ( object sender, FormClosingEventArgs e ) : void
VideoPanel_KeyPress ( object sender, KeyPressEventArgs e ) : void
barFps_ValueChanged ( object sender, EventArgs e ) : void
barHeight_ValueChanged ( object sender, EventArgs e ) : void
barPan_ValueChanged ( object sender, EventArgs e ) : void
barTilt_ValueChanged ( object sender, EventArgs e ) : void
barWidth_ValueChanged ( object sender, EventArgs e ) : void
barZoom_Scroll ( object sender, EventArgs e ) : void
btnApply_Click ( object sender, EventArgs e ) : void
btnApply_MouseClick ( object sender, MouseEventArgs e ) : void
btnChangeCam_Click ( object sender, EventArgs e ) : void
btnChangePTZ_Click ( object sender, EventArgs e ) : void
btnDrivePos_Click ( object sender, EventArgs e ) : void
btnDropPos_Click ( object sender, EventArgs e ) : void
btnPickPos_Click ( object sender, EventArgs e ) : void
imgVideo_Click ( object sender, EventArgs e ) : void
mjpeg_FrameReady ( object sender, FrameReadyEventArgs e ) : void
rbtnCam_Click ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

UDPServer() 공개 메소드

public UDPServer ( ) : void
리턴 void

VideoPanel() 공개 메소드

public VideoPanel ( RoverComm commModule ) : System
commModule RoverComm
리턴 System

프로퍼티 상세

fps 공개적으로 프로퍼티

public int fps
리턴 int

height 공개적으로 프로퍼티

public int height
리턴 int

imgVideo 공개적으로 프로퍼티

public System.Windows.Forms.PictureBox imgVideo
리턴 System.Windows.Forms.PictureBox

lblFps 공개적으로 프로퍼티

public System.Windows.Forms.Label lblFps
리턴 System.Windows.Forms.Label

pan 공개적으로 프로퍼티

public int pan
리턴 int

tilt 공개적으로 프로퍼티

public int tilt
리턴 int

width 공개적으로 프로퍼티

public int width
리턴 int

zoom 공개적으로 프로퍼티

public int zoom
리턴 int