点击或拖拽改变大小

DrawingFactoryCreateBitmap 方法 (Int32, Int32)

创建位图

命名空间:  CPF.Drawing
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public abstract IBitmapImpl CreateBitmap(
	int w,
	int h
)

参数

w
类型:SystemInt32

[缺少 "M:CPF.Drawing.DrawingFactory.CreateBitmap(System.Int32,System.Int32)" 的 <param name="w"/> 文档]

h
类型:SystemInt32

[缺少 "M:CPF.Drawing.DrawingFactory.CreateBitmap(System.Int32,System.Int32)" 的 <param name="h"/> 文档]

返回值

类型:IBitmapImpl

[缺少 "M:CPF.Drawing.DrawingFactory.CreateBitmap(System.Int32,System.Int32)" 的 <returns> 文档]

参见