'Declaration
Public MustOverride Function PointInRegion( _
ByVal As Integer, _
ByVal As Integer _
) As Boolean
'Usage
Dim instance As ImGearROI
Dim coordinateX As Integer
Dim coordinateY As Integer
Dim value As Boolean
value = instance.PointInRegion(coordinateX, coordinateY)