Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FastPointCloud Class / DrawSelected Method / DrawSelected(RenderContextBase,Object) Method
The render context
The parameters

In This Topic
    DrawSelected(RenderContextBase,Object) Method
    In This Topic
    Draws the fast point cloud selected.
    Syntax
    'Declaration
     
    Protected Overloads Sub DrawSelected( _
       ByVal context As RenderContextBase, _
       ByVal myParams As Object _
    ) 
    protected void DrawSelected( 
       RenderContextBase context,
       object myParams
    )

    Parameters

    context
    The render context
    myParams
    The parameters
    See Also