点击或拖拽改变大小

SkiaDrawingFactoryCreateBitmap 方法 (Int32, Int32, Int32, PixelFormat, IntPtr)

[缺少 "M:CPF.Skia.SkiaDrawingFactory.CreateBitmap(System.Int32,System.Int32,System.Int32,CPF.Drawing.PixelFormat,System.IntPtr)" 的 <summary> 文档]

命名空间:  CPF.Skia
程序集:  CPF.Skia (在 CPF.Skia.dll 中) 版本:0.8.8.3
语法
C#
public override IBitmapImpl CreateBitmap(
	int w,
	int h,
	int pitch,
	PixelFormat pixelFormat,
	IntPtr data
)

参数

w
类型:SystemInt32

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

h
类型:SystemInt32

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

pitch
类型:SystemInt32

[缺少 "M:CPF.Skia.SkiaDrawingFactory.CreateBitmap(System.Int32,System.Int32,System.Int32,CPF.Drawing.PixelFormat,System.IntPtr)" 的 <param name="pitch"/> 文档]

pixelFormat
类型:CPF.DrawingPixelFormat

[缺少 "M:CPF.Skia.SkiaDrawingFactory.CreateBitmap(System.Int32,System.Int32,System.Int32,CPF.Drawing.PixelFormat,System.IntPtr)" 的 <param name="pixelFormat"/> 文档]

data
类型:SystemIntPtr

[缺少 "M:CPF.Skia.SkiaDrawingFactory.CreateBitmap(System.Int32,System.Int32,System.Int32,CPF.Drawing.PixelFormat,System.IntPtr)" 的 <param name="data"/> 文档]

返回值

类型:IBitmapImpl

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

参见