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

In This Topic
    GetBitmapFromTexture Method (RenderContextBase)
    In This Topic
    Syntax
    'Declaration
     
    Public MustOverride Function GetBitmapFromTexture( _
       ByVal texture As TextureBase _
    ) As Bitmap
    public abstract Bitmap GetBitmapFromTexture( 
       TextureBase texture
    )

    Parameters

    texture
    See Also