Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NGraphicsPath Class / TryGetContourLocationAndAngle Method


In This Topic
    TryGetContourLocationAndAngle Method
    In This Topic
    Tries to get the percent location and angle from the specified location factor.
    Syntax
    'Declaration
     
    
    Public Function TryGetContourLocationAndAngle( _
       ByVal factor As System.Double, _
       ByVal offset As System.Double, _
       ByRef point As NPoint, _
       ByRef angle As System.Double _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NGraphicsPath
    Dim factor As System.Double
    Dim offset As System.Double
    Dim point As NPoint
    Dim angle As System.Double
    Dim value As System.Boolean
     
    value = instance.TryGetContourLocationAndAngle(factor, offset, point, angle)
    public System.bool TryGetContourLocationAndAngle( 
       System.double factor,
       System.double offset,
       out NPoint point,
       out System.double angle
    )

    Parameters

    factor
    offset
    point
    angle
    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