Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / EntityGraphicsData Class / DrawD3D Method / DrawD3D(RenderContextBase,Int32) Method
The render context
The part of the buffer to draw

In This Topic
    DrawD3D(RenderContextBase,Int32) Method
    In This Topic
    Draws the specified part of the entity buffer (Direct3D only).
    Syntax
    'Declaration
     
    Public Overloads Sub DrawD3D( _
       ByVal context As RenderContextBase, _
       ByVal part As Integer _
    ) 
    public void DrawD3D( 
       RenderContextBase context,
       int part
    )

    Parameters

    context
    The render context
    part
    The part of the buffer to draw
    See Also