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

In This Topic
    GetBoudingBox Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub GetBoudingBox( _
       ByRef boxMin As Point2D, _
       ByRef boxMax As Point2D _
    ) 
    public void GetBoudingBox( 
       out Point2D boxMin,
       out Point2D boxMax
    )

    Parameters

    boxMin
    boxMax
    See Also