isWithinSourceBounds Method
Performs a check whether the point is inside the boundaries of the initial com.scichart.charting.visuals.IChartModifierSurface.
Syntax
protected boolean isWithinSourceBounds( float x, float y, boolean isMaster, IReceiveMotionEvents source ) |
Parameters
- x
- The x-coordinate of the point to check.
- y
- The y-coordinate of the point to check.
- isMaster
- Indicates whether this check is performed on the master com.scichart.charting.visuals.IChartModifierSurface instance.
- source
- The com.scichart.core.utility.touch.IReceiveMotionEvents instance.
Return Value
True if the point is inside the boundaries of the initial com.scichart.charting.visuals.IChartModifierSurface.
See Also