点击或拖拽改变大小

OpenGLDrawPixels 方法 (Int32, Int32, UInt32, Single)

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,
	float[] pixels
)

参数

width
类型:SystemInt32
Width of pixel data.
height
类型:SystemInt32
Height of pixel data.
format
类型:SystemUInt32
Format of pixel data.
pixels
类型:SystemSingle
Pixel data buffer.
参见