Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NLinearGradientImpl Structure / npt Method


In This Topic
    npt Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub npt( _
       ByVal Opt As NAngle, _
       ByVal ppt As System.Double, _
       ByVal Qpt As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NLinearGradientImpl
    Dim Opt As NAngle
    Dim ppt As System.Double
    Dim Qpt As System.Double
     
    instance.npt(Opt, ppt, Qpt)
    internal void npt( 
       NAngle Opt,
       System.double ppt,
       System.double Qpt
    )

    Parameters

    Opt
    ppt
    Qpt
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also