Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / DrawOnTextureOrBitmap Method
The texture to draw on
The bitmap data. If null, the draw is done on the texture
The draw function delegate
The draw function parameters
Bytes per pixel

In This Topic
    DrawOnTextureOrBitmap Method (RenderContextBase)
    In This Topic
    Draws the scene on the specified texture or bitmapData.
    Syntax
    'Declaration
     
    Public MustOverride Sub DrawOnTextureOrBitmap( _
       ByVal texture As TextureBase, _
       ByVal depthTexture As TextureBase, _
       ByVal bitmapData As BitmapData, _
       ByVal strideInPixels As Integer, _
       ByVal antialiasingAvailable As Boolean, _
       ByVal antiAliasing As Boolean, _
       ByVal antialiasingSamples As Integer, _
       ByVal tileWidth As Integer, _
       ByVal tileHeight As Integer, _
       ByVal drawSceneFunc As RenderContextBase.drawSceneFuncDelegate, _
       ByVal drawSceneParams As Object, _
       ByVal hdwAcceleration As Boolean, _
       ByVal bpp As Integer, _
       Optional ByVal buildMipmaps As Boolean _
    ) 

    Parameters

    texture
    The texture to draw on
    depthTexture
    bitmapData
    The bitmap data. If null, the draw is done on the texture
    strideInPixels
    antialiasingAvailable
    antiAliasing
    antialiasingSamples
    tileWidth
    tileHeight
    drawSceneFunc
    The draw function delegate
    drawSceneParams
    The draw function parameters
    hdwAcceleration
    bpp
    Bytes per pixel
    buildMipmaps
    See Also