Nevron .NET Vision
Nevron.GraphicsCore Namespace / NLineF Structure / FromPointAndSlope Method


In This Topic
    FromPointAndSlope Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function FromPointAndSlope( _
       ByVal point As NPointF, _
       ByVal slope As System.Single _
    ) As NLineF
    'Usage
     
    
    Dim point As NPointF
    Dim slope As System.Single
    Dim value As NLineF
     
    value = NLineF.FromPointAndSlope(point, slope)
    public static NLineF FromPointAndSlope( 
       NPointF point,
       System.float slope
    )

    Parameters

    point
    slope
    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