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

In This Topic
    ComputeOrientedBoundings Method
    In This Topic
    Computes the oriented bounding rect/box for all the entities in the groups (or update only the modified entities)
    Syntax
    'Declaration
     
    Protected Sub ComputeOrientedBoundings( _
       ByVal worker As BackgroundWorker, _
       ByVal doWorkEventArgs As DoWorkEventArgs _
    ) 
    protected void ComputeOrientedBoundings( 
       BackgroundWorker worker,
       DoWorkEventArgs doWorkEventArgs
    )

    Parameters

    worker
    doWorkEventArgs
    See Also