OpenGLDrawPixels 方法 |
| 名称 | 说明 | |
|---|---|---|
| DrawPixels(Int32, Int32, UInt32, Byte) |
Draws a rectangle of pixel data at the current raster position.
| |
| DrawPixels(Int32, Int32, UInt32, Single) |
Draws a rectangle of pixel data at the current raster position.
| |
| DrawPixels(Int32, Int32, UInt32, UInt16) |
Draws a rectangle of pixel data at the current raster position.
| |
| DrawPixels(Int32, Int32, UInt32, UInt32) |
Draws a rectangle of pixel data at the current raster position.
| |
| DrawPixels(Int32, Int32, UInt32, UInt32, IntPtr) |
Draws a rectangle of pixel data at the current raster position.
|