点击或拖拽改变大小

PixelPoint 构造函数

Initializes a new instance of the PixelPoint structure.

命名空间:  CPF
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public PixelPoint(
	int x,
	int y
)

参数

x
类型:SystemInt32
The X co-ordinate.
y
类型:SystemInt32
The Y co-ordinate.
参见