点击或拖拽改变大小

ScreenImpl 构造函数

初始化 ScreenImpl 类的一个新实例

命名空间:  CPF.Windows
程序集:  CPF.Windows (在 CPF.Windows.dll 中) 版本:0.8.8.5
语法
C#
public ScreenImpl(
	Rect bounds,
	Rect workingArea,
	bool primary,
	IntPtr hMonitor
)

参数

bounds
类型:CPF.DrawingRect

[缺少 "M:CPF.Windows.ScreenImpl.#ctor(CPF.Drawing.Rect,CPF.Drawing.Rect,System.Boolean,System.IntPtr)" 的 <param name="bounds"/> 文档]

workingArea
类型:CPF.DrawingRect

[缺少 "M:CPF.Windows.ScreenImpl.#ctor(CPF.Drawing.Rect,CPF.Drawing.Rect,System.Boolean,System.IntPtr)" 的 <param name="workingArea"/> 文档]

primary
类型:SystemBoolean

[缺少 "M:CPF.Windows.ScreenImpl.#ctor(CPF.Drawing.Rect,CPF.Drawing.Rect,System.Boolean,System.IntPtr)" 的 <param name="primary"/> 文档]

hMonitor
类型:SystemIntPtr

[缺少 "M:CPF.Windows.ScreenImpl.#ctor(CPF.Drawing.Rect,CPF.Drawing.Rect,System.Boolean,System.IntPtr)" 的 <param name="hMonitor"/> 文档]

参见