QuadEntityDataNode(Point2D, Point2D, QuadTree, IList<Int32>) Constructor

Public Sub New( _ 
ByVal min As Point2D, _ 
ByVal max As Point2D, _ 
ByVal root As QuadTree, _ 
ByVal indicesElements As IList(Of Integer) _ 
)
This language is not supported or no code example is available.
public QuadEntityDataNode( 
Point2D min
Point2D max
QuadTree root
IList<int> indicesElements 
)
This language is not supported or no code example is available.

Parameters

min
Point2D

max
Point2D

root
QuadTree

indicesElements
IList<int>

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition