BCGControlBar Library for .NET
HitTestValue Method (Scale)




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

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

Scale Class
Scale Members

Send Feedback