DSkin
DSkin
DSkin.OpenGL
OpenGL 类
OpenGL 方法
DrawPixels 方法
DrawPixels 方法 (Int32, Int32, UInt32, Byte[])
DrawPixels 方法 (Int32, Int32, UInt32, Single[])
DrawPixels 方法 (Int32, Int32, UInt32, UInt16[])
DrawPixels 方法 (Int32, Int32, UInt32, UInt32[])
DrawPixels 方法 (Int32, Int32, UInt32, UInt32, IntPtr)
OpenGL
DrawPixels 方法 (Int32, Int32, UInt32, UInt32, IntPtr)
Draws a rectangle of pixel data at the current raster position.
命名空间:
DSkin.OpenGL
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
复制
public
void
DrawPixels
(
int
width
,
int
height
,
uint
format
,
uint
type
,
IntPtr
pixels
)
参数
width
类型:
System
Int32
Width of pixel data.
height
类型:
System
Int32
Height of pixel data.
format
类型:
System
UInt32
Format of pixel data.
type
类型:
System
UInt32
The GL data type.
pixels
类型:
System
IntPtr
Pixel data buffer.
参见
引用
OpenGL 类
DrawPixels 重载
DSkin.OpenGL 命名空间