Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / NodeBase Class / SetBoundingBox Method

In This Topic
    SetBoundingBox Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub SetBoundingBox( _
       ByVal boxMin As Point2D, _
       ByVal boxMax As Point2D _
    ) 
    public void SetBoundingBox( 
       Point2D boxMin,
       Point2D boxMax
    )

    Parameters

    boxMin
    boxMax
    See Also