VncSharp

ConnectEventArgs Constructor 

Constructor for ConnectEventArgs

[Visual Basic]
Public Sub New( _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal name As String _
)
[C#]
public ConnectEventArgs(
   int width,
   int height,
   string name
);

Parameters

width
An Integer indicating the Width of the remote framebuffer.
height
An Integer indicating the Height of the remote framebuffer.
name
A String containing the name of the remote Desktop.

See Also

ConnectEventArgs Class | VncSharp Namespace