IsPointWithinBounds Method (ITernaryChartModifier)
Gets whether the mouse point is within the bounds of the hit-testable element. Assumes the mouse-point has not been translated yet (performs translation)
Syntax
bool IsPointWithinBounds( 
   Point mousePoint,
   IHitTestable hitTestable
)

Parameters

mousePoint
hitTestable
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