C# Class CursorPosition.POINT, Baka-MPlayer-old

Exibir arquivo Open project: godly-devotion/Baka-MPlayer-old

Public Properties

Property Type Description
X int
Y int

Public Methods

Method Description
POINT ( Point pt ) : System.Drawing
POINT ( int x, int y ) : System.Drawing

Method Details

POINT() public method

public POINT ( Point pt ) : System.Drawing
pt Point
return System.Drawing

POINT() public method

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

Property Details

X public_oe property

public int X
return int

Y public_oe property

public int Y
return int