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

In This Topic
    GetBitmapFromTexture Method (D3DRenderContext)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function GetBitmapFromTexture( _
       ByVal texture As TextureBase _
    ) As Bitmap
    public override Bitmap GetBitmapFromTexture( 
       TextureBase texture
    )

    Parameters

    texture
    See Also