C# 클래스 VncSharpWpf.ConnectEventArgs

Used in connection with the ConnectComplete event. Contains information about the remote desktop useful for setting-up the client's GUI.
상속: System.EventArgs
파일 보기 프로젝트 열기: nakano531/VncSharpWpf 1 사용 예제들

공개 메소드들

메소드 설명
ConnectEventArgs ( int width, int height, string name ) : System

Constructor for ConnectEventArgs

메소드 상세

ConnectEventArgs() 공개 메소드

Constructor for ConnectEventArgs
public ConnectEventArgs ( int width, int height, string name ) : System
width int An Integer indicating the Width of the remote framebuffer.
height int An Integer indicating the Height of the remote framebuffer.
name string A String containing the name of the remote Desktop.
리턴 System