Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / DrawTextureOnScreen Method
The screen rectangle where the texture will be drawn
The texture
A texture used to resolve multisample textures

In This Topic
    DrawTextureOnScreen Method
    In This Topic
    Draws a texture on screen.
    Syntax
    'Declaration
     
    Public Overridable Sub DrawTextureOnScreen( _
       ByVal rect As Rectangle, _
       ByVal textureForRendering As TextureBase, _
       ByVal textureResolved As TextureBase _
    ) 
    public virtual void DrawTextureOnScreen( 
       Rectangle rect,
       TextureBase textureForRendering,
       TextureBase textureResolved
    )

    Parameters

    rect
    The screen rectangle where the texture will be drawn
    textureForRendering
    The texture
    textureResolved
    A texture used to resolve multisample textures
    See Also