Returns the
SplitIndex of the split containing the specified coordinate.
'宣言
Public Function SplitContaining( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Integer
public System.int SplitContaining(
System.int ,
System.int
)
パラメータ
- x
- The x-coordinate.
- y
- The y-coordinate.
戻り値の型
The
SplitIndex beneath the specified coordinate pair.