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

In This Topic
    PrepareToDetectCollision Method
    In This Topic
    Computes the collision detection data needed during the check.
    Syntax
    'Declaration
     
    Protected Sub PrepareToDetectCollision( _
       ByVal worker As BackgroundWorker, _
       ByVal doWorkEventArgs As DoWorkEventArgs _
    ) 
    protected void PrepareToDetectCollision( 
       BackgroundWorker worker,
       DoWorkEventArgs doWorkEventArgs
    )

    Parameters

    worker
    doWorkEventArgs
    See Also