Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / CollisionDetection2D Class / BuildEntityTree Method

In This Topic
    BuildEntityTree Method (CollisionDetection2D)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub BuildEntityTree( _
       ByVal entity As Entity, _
       ByVal limitElements As Integer, _
       ByVal worker As BackgroundWorker, _
       ByVal doWorkEventArgs As DoWorkEventArgs _
    ) 
    protected virtual void BuildEntityTree( 
       Entity entity,
       int limitElements,
       BackgroundWorker worker,
       DoWorkEventArgs doWorkEventArgs
    )

    Parameters

    entity
    limitElements
    worker
    doWorkEventArgs
    See Also