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

In This Topic
    NodeBase Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal boxMin As Point2D, _
       ByVal boxMax As Point2D _
    )
    public NodeBase( 
       Point2D boxMin,
       Point2D boxMax
    )

    Parameters

    boxMin
    boxMax
    See Also