Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / OGLTextureBase Class / LockBitmapBits Method
The bitmap
The internal format
The format

In This Topic
    LockBitmapBits Method
    In This Topic
    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