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