Returns the
SplitIndex of the split containing the specified coordinate.
'Declaration
Public Function SplitContaining( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Integer
public System.int SplitContaining(
System.int ,
System.int
)
Parameters
- x
- The x-coordinate.
- y
- The y-coordinate.
Return Value
The
SplitIndex beneath the specified coordinate pair.