C# Class Andwho.Windows.Win32.POINT

Mostra file Open project: JimmyFung/DesktopHelper

Public Properties

Property Type Description
X int
Y int

Public Methods

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

初始化 Andwho.Windows.Win32.POINT 结构的新实例。

Method Details

POINT() public method

初始化 Andwho.Windows.Win32.POINT 结构的新实例。
public POINT ( int x, int y ) : System
x int x 水平坐标
y int y 垂直坐标
return System

Property Details

X public_oe property

X 坐标
public int X
return int

Y public_oe property

Y 坐标
public int Y
return int