Nevron .NET Vision
Nevron.Chart Namespace / NCartesianChart Class / GetModelLineFromViewPoint Method


In This Topic
    GetModelLineFromViewPoint Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetModelLineFromViewPoint( _
       ByVal pointView As NPointF, _
       ByVal horizontalAxisId As System.Integer, _
       ByVal verticalAxisId As System.Integer, _
       ByVal depthAxisId As System.Integer, _
       ByRef line As NLine3DF _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NCartesianChart
    Dim pointView As NPointF
    Dim horizontalAxisId As System.Integer
    Dim verticalAxisId As System.Integer
    Dim depthAxisId As System.Integer
    Dim line As NLine3DF
    Dim value As System.Boolean
     
    value = instance.GetModelLineFromViewPoint(pointView, horizontalAxisId, verticalAxisId, depthAxisId, line)
    public System.bool GetModelLineFromViewPoint( 
       NPointF pointView,
       System.int horizontalAxisId,
       System.int verticalAxisId,
       System.int depthAxisId,
       out NLine3DF line
    )

    Parameters

    pointView
    horizontalAxisId
    verticalAxisId
    depthAxisId
    line
    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