Nevron.Chart Namespace / NSeriesData Class / IsPointerInBounds Method


IsPointerInBounds Method
Syntax
'Declaration
 
Public Function IsPointerInBounds( _
   ByVal pBasePointer As System.Byte, _
   ByVal pPointer As System.Byte _
) As System.Boolean
 
'Usage
 
Dim instance As NSeriesData
Dim pBasePointer As System.Byte
Dim pPointer As System.Byte
Dim value As System.Boolean
 
value = instance.IsPointerInBounds(pBasePointer, pPointer)

Parameters

pBasePointer
pPointer
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