Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NGeometry2D Class / tlt Method


In This Topic
    tlt Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function tlt( _
       ByVal Ult() As NPoint, _
       ByVal vlt As System.Integer, _
       ByVal Wlt As System.Integer, _
       ByVal xlt As System.Boolean _
    ) As System.Double
    'Usage
     
    
    Dim Ult() As NPoint
    Dim vlt As System.Integer
    Dim Wlt As System.Integer
    Dim xlt As System.Boolean
    Dim value As System.Double
     
    value = NGeometry2D.tlt(Ult, vlt, Wlt, xlt)
    internal static System.double tlt( 
       NPoint[] Ult,
       System.int vlt,
       System.int Wlt,
       System.bool xlt
    )

    Parameters

    Ult
    vlt
    Wlt
    xlt
    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