C# Class VncSharpWpf.ConnectEventArgs

Used in connection with the ConnectComplete event. Contains information about the remote desktop useful for setting-up the client's GUI.
Inheritance: System.EventArgs
Afficher le fichier Open project: nakano531/VncSharpWpf Class Usage Examples

Méthodes publiques

Méthode Description
ConnectEventArgs ( int width, int height, string name ) : System

Constructor for ConnectEventArgs

Method Details

ConnectEventArgs() public méthode

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.
Résultat System