Eyeshot 10 WinForms API Reference
LockBitmapBits Method

WinForms Assembly > devDept.Graphics Namespace > OGLTextureBase Class : LockBitmapBits Method
The bitmap
The internal format
The format
Locks the bitmap into system memory.
Syntax
'Declaration
 
Protected Function LockBitmapBits( _
   ByVal bmp As Bitmap, _
   ByRef internalFormat As Integer, _
   ByRef format As Integer _
) As BitmapData
protected BitmapData LockBitmapBits( 
   Bitmap bmp,
   out int internalFormat,
   out int format
)

Parameters

bmp
The bitmap
internalFormat
The internal format
format
The format

Return Value

The bitmap data
See Also

Reference

OGLTextureBase Class
OGLTextureBase Members