BCGControlBar Library for .NET
HitTestValue Method (LinearScale)




Syntax
'Declaration
 
Public Overrides Function HitTestValue( _
   ByVal pt As PointF, _
   ByVal bInsideGauge As Boolean _
) As Single
'Usage
 
Dim instance As LinearScale
Dim pt As PointF
Dim bInsideGauge As Boolean
Dim value As Single
 
value = instance.HitTestValue(pt, bInsideGauge)
public override float HitTestValue( 
   PointF pt,
   bool bInsideGauge
)
public: float HitTestValue( 
   PointF pt,
   bool bInsideGauge
) override 
public:
float HitTestValue( 
   PointF pt,
   bool bInsideGauge
) override 

Parameters

pt
bInsideGauge
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

Reference

LinearScale Class
LinearScale Members
Base Implementation in HitTestValue

Send Feedback