点击或拖拽改变大小

HDCRenderTarget 构造函数

初始化 HDCRenderTarget 类的一个新实例

命名空间:  CPF.Platform
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public HDCRenderTarget(
	IntPtr hdc,
	float w,
	float h
)

参数

hdc
类型:SystemIntPtr

[缺少 "M:CPF.Platform.HDCRenderTarget.#ctor(System.IntPtr,System.Single,System.Single)" 的 <param name="hdc"/> 文档]

w
类型:SystemSingle

[缺少 "M:CPF.Platform.HDCRenderTarget.#ctor(System.IntPtr,System.Single,System.Single)" 的 <param name="w"/> 文档]

h
类型:SystemSingle

[缺少 "M:CPF.Platform.HDCRenderTarget.#ctor(System.IntPtr,System.Single,System.Single)" 的 <param name="h"/> 文档]

参见