Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / QuadTree Class / QuadTree Constructor / QuadTree Constructor(Entity,Int32)
The 2D entity source to subdivide
Maximum number of element per Quad node

In This Topic
    QuadTree Constructor(Entity,Int32)
    In This Topic
    Initializes a new instance of the QuadTree class. Constructor with possibility to define an integer for maximum number of element per Quad node.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal entity As Entity, _
       ByVal limit As Integer _
    )
    public QuadTree( 
       Entity entity,
       int limit
    )

    Parameters

    entity
    The 2D entity source to subdivide
    limit
    Maximum number of element per Quad node
    See Also