| ActiveRegionCheckPoint Method (PointF) | 
        
        
        
            Checks whether point lies inside region
            
         
        Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
 Syntax
Syntaxpublic bool CheckPoint(
	PointF point
)
Public Function CheckPoint ( 
	point As PointF
) As Boolean
public:
bool CheckPoint(
	PointF point
)
member CheckPoint : 
        point : PointF -> bool 
Parameters
- point
- Type: System.DrawingPointF
 The point.
Return Value
Type: 
Boolean See Also
See Also