ScreenUpdateEvent Constructor C# API
Create a new ScreenUpdateEvent

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

public ScreenUpdateEvent(
	int xPos,
	int yPos,
	int width,
	int height,
	string bitmapHash
)

Parameters

xPos
Type: System Int32
The x coordinate of the top left hand corner of the screen area that has changed
yPos
Type: System Int32
The y coordinate of the top left hand corner of the screen area that has changed
width
Type: System Int32
The width of the screen area that has changed
height
Type: System Int32
The height of the screen area that has changed
bitmapHash
Type: System String
A hash of the bitmap image of the screen area that has changed
See Also