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

Show file Open project: GoldRenard/DMOAdvancedLauncher Class Usage Examples

Public Properties

Property Type Description
x int
y int

Public Methods

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

Method Details

FromParam() public static method

public static FromParam ( uint param ) : POINT
param uint
return POINT

POINT() public method

public POINT ( int x, int y ) : System.Runtime.InteropServices
x int
y int
return System.Runtime.InteropServices

ToParam() public method

public ToParam ( ) : uint
return uint

Property Details

x public property

public int x
return int

y public property

public int y
return int