Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / D3DRenderContext Class / DrawOnTextureOrBitmap Method

In This Topic
    DrawOnTextureOrBitmap Method (D3DRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides 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
    depthTexture
    bitmapData
    strideInPixels
    antialiasingAvailable
    antiAliasing
    antialiasingSamples
    tileWidth
    tileHeight
    drawSceneFunc
    drawSceneParams
    hdwAcceleration
    bpp
    buildMipmaps
    See Also