BCGControlBar Library for .NET
ValueToAngle Method




Syntax
'Declaration
 
Protected Function ValueToAngle( _
   ByVal dblValue As Single _
) As Single
'Usage
 
Dim instance As CircularScale
Dim dblValue As Single
Dim value As Single
 
value = instance.ValueToAngle(dblValue)
protected float ValueToAngle( 
   float dblValue
)
protected: float ValueToAngle( 
   float dblValue
) 
protected:
float ValueToAngle( 
   float dblValue
) 

Parameters

dblValue
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

CircularScale Class
CircularScale Members

Send Feedback