C# Class AdvancedLauncher.Tools.Win32.User32.POINT

Afficher le fichier Open project: GoldRenard/DMOAdvancedLauncher Class Usage Examples

Méthodes publiques

Свойство Type Description
x int
y int

Méthodes publiques

Méthode Description
FromParam ( uint param ) : POINT
POINT ( int x, int y ) : System.Runtime.InteropServices
ToParam ( ) : uint

Method Details

FromParam() public static méthode

public static FromParam ( uint param ) : POINT
param uint
Résultat POINT

POINT() public méthode

public POINT ( int x, int y ) : System.Runtime.InteropServices
x int
y int
Résultat System.Runtime.InteropServices

ToParam() public méthode

public ToParam ( ) : uint
Résultat uint

Property Details

x public_oe property

public int x
Résultat int

y public_oe property

public int y
Résultat int