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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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