BCGControlBar Library for .NET
GetPointerLen Method




Syntax
'Declaration
 
Protected Function GetPointerLen( _
   ByVal pointer As Pointer, _
   ByVal radius As Single _
) As Single
'Usage
 
Dim instance As CircularScale
Dim pointer As Pointer
Dim radius As Single
Dim value As Single
 
value = instance.GetPointerLen(pointer, radius)
protected float GetPointerLen( 
   Pointer pointer,
   float radius
)
protected: float GetPointerLen( 
   Pointer* pointer,
   float radius
) 
protected:
float GetPointerLen( 
   Pointer^ pointer,
   float radius
) 

Parameters

pointer
radius
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