C# Class Win32.NativeMethods.POINT

Show file Open project: tomba/dwarrowdelf

Public Properties

Property Type Description
X int
Y int

Public Methods

Method Description
POINT ( int x, int y ) : System

Method Details

POINT() public method

public POINT ( int x, int y ) : System
x int
y int
return System

Property Details

X public property

public int X
return int

Y public property

public int Y
return int