Nevron .NET Vision
Nevron.Chart Namespace / NHeatMapSeries Class / Get2DIntersections Method


In This Topic
    Get2DIntersections Method (NHeatMapSeries)
    In This Topic
    Gets the 2D interpolated intersections of the grid with the specified line
    Syntax
    'Declaration
     
    
    Public Function Get2DIntersections( _
       ByVal begin As NPointD, _
       ByVal end As NPointD _
    ) As System.Collections.Generic.List(Of NVector2DD)
    'Usage
     
    
    Dim instance As NHeatMapSeries
    Dim begin As NPointD
    Dim end As NPointD
    Dim value As System.Collections.Generic.List(Of NVector2DD)
     
    value = instance.Get2DIntersections(begin, end)
    public System.Collections.Generic.List<NVector2DD> Get2DIntersections( 
       NPointD begin,
       NPointD end
    )

    Parameters

    begin
    end
    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