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


In This Topic
    tpt Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub tpt( _
       ByVal Upt As NPoint, _
       ByVal vpt As NAngle, _
       ByRef Wpt As NPoint, _
       ByRef xpt As NPoint _
    ) 
    'Usage
     
    
    Dim instance As NLinearGradientImpl
    Dim Upt As NPoint
    Dim vpt As NAngle
    Dim Wpt As NPoint
    Dim xpt As NPoint
     
    instance.tpt(Upt, vpt, Wpt, xpt)
    internal void tpt( 
       NPoint Upt,
       NAngle vpt,
       out NPoint Wpt,
       out NPoint xpt
    )

    Parameters

    Upt
    vpt
    Wpt
    xpt
    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