C# Class Belhard.Training.MutexDemo.Native.POINT

Show file Open project: bazile/Training

Public Properties

Property Type Description
X int
Y int

Public Methods

Method Description
POINT ( System pt ) : System.Runtime.InteropServices
POINT ( int x, int y ) : System.Runtime.InteropServices

Method Details

POINT() public method

public POINT ( System pt ) : System.Runtime.InteropServices
pt System
return System.Runtime.InteropServices

POINT() public method

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

Property Details

X public property

public int X
return int

Y public property

public int Y
return int