The SciChart.Core.Utility.Mouse.ModifierMouseArgs containing mouse event data.
IsPointWithinBounds(ModifierMouseArgs) Method
Determines whether the SciChart.Core.Utility.Mouse.ModifierMouseArgs.MousePoint is within the Viewport bounds. Takes into account master/slave modifier relationships e.g. if the event came from
Syntax
public virtual bool IsPointWithinBounds( 
   ModifierMouseArgs e
)

Parameters

e
The SciChart.Core.Utility.Mouse.ModifierMouseArgs containing mouse event data.

Return Value

True if the point is within bounds
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also