BCGControlBar Library for .NET
GetPointerCenter Method (LinearScale)




Syntax
'Declaration
 
Public Overrides Function GetPointerCenter( _
   ByVal pointer As Pointer _
) As PointF
'Usage
 
Dim instance As LinearScale
Dim pointer As Pointer
Dim value As PointF
 
value = instance.GetPointerCenter(pointer)
public override PointF GetPointerCenter( 
   Pointer pointer
)
public: PointF GetPointerCenter( 
   Pointer* pointer
) override 
public:
PointF GetPointerCenter( 
   Pointer^ pointer
) override 

Parameters

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

Send Feedback