In This Topic
This method is for internal use only.
Syntax
'Declaration
Function HitTestPoint( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal () As System.Integer, _
ByVal () As System.Integer _
) As System.Boolean
System.bool HitTestPoint(
System.int ,
System.int ,
out System.int[] ,
out System.int[]
)
Parameters
- ptx
- pty
- pbHit
- plPartID
See Also