Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / OGLTextureBase Class / LoadBitmap Method

In This Topic
    LoadBitmap Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub LoadBitmap( _
       ByVal renderContext As RenderContextBase, _
       ByVal bitmap As Bitmap, _
       ByVal checkPowerOfTwo As Boolean, _
       Optional ByVal enlargeIfSizeNotSupported As Boolean _
    ) 
    protected void LoadBitmap( 
       RenderContextBase renderContext,
       Bitmap bitmap,
       bool checkPowerOfTwo,
       bool enlargeIfSizeNotSupported
    )

    Parameters

    renderContext
    bitmap
    checkPowerOfTwo
    enlargeIfSizeNotSupported
    See Also