点击或拖拽改变大小

PixelSize 构造函数

Initializes a new instance of the PixelSize structure.

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

参数

width
类型:SystemInt32
The width.
height
类型:SystemInt32
The height.
参见