StartCitrixClientEvent Constructor C# API
Create a new StartCitrixClientEvent

Namespace: Facilita.Fc.Citrix
Assembly: fcCitrix (in fcCitrix.dll) Version: 9.5.5.77
Syntax

public StartCitrixClientEvent(
	int clientWidth,
	int clientHeight
)

Parameters

clientWidth
Type: System Int32
The width of the client in pixels
clientHeight
Type: System Int32
The height of the client in pixels
See Also