C# Class AxMSTSCLib.IMsTscAxEvents_OnRemoteDesktopSizeChangeEvent

Afficher le fichier Open project: Nullstr1ng/MultiRDPClient.NET Class Usage Examples

Méthodes publiques

Свойство Type Description
height int
width int

Méthodes publiques

Méthode Description
IMsTscAxEvents_OnRemoteDesktopSizeChangeEvent ( int width, int height )

Method Details

IMsTscAxEvents_OnRemoteDesktopSizeChangeEvent() public méthode

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

Property Details

height public_oe property

public int height
Résultat int

width public_oe property

public int width
Résultat int