C# Class AxMSTSCLib.IMsTscAxEvents_OnRemoteDesktopSizeChangeEvent

Show file Open project: Nullstr1ng/MultiRDPClient.NET Class Usage Examples

Public Properties

Property Type Description
height int
width int

Public Methods

Method Description
IMsTscAxEvents_OnRemoteDesktopSizeChangeEvent ( int width, int height )

Method Details

IMsTscAxEvents_OnRemoteDesktopSizeChangeEvent() public method

public IMsTscAxEvents_OnRemoteDesktopSizeChangeEvent ( int width, int height )
width int
height int

Property Details

height public property

public int height
return int

width public property

public int width
return int