'Declaration Public MustOverride Function PointInRegion( _ ByVal coordinateX As Integer, _ ByVal coordinateY 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)
public abstract bool PointInRegion( int coordinateX, int coordinateY )
public: abstract bool PointInRegion( int coordinateX, int coordinateY )
public: abstract bool PointInRegion( int coordinateX, int coordinateY )
Parameters
- coordinateX
 - The x coordinate of the point.
 - coordinateY
 - The y coordinate of the point.
 
Return Value
Boolean value.