Nevron .NET Vision
Nevron.Chart Namespace / NSeriesData Class / IsPointerInBounds Method


In This Topic
    IsPointerInBounds Method
    In This Topic
    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)
    public System.bool IsPointerInBounds( 
       System.byte* pBasePointer,
       System.byte* 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