Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NEllipticalArcTo Class / UWYh Method


In This Topic
    UWYh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub UWYh( _
       ByVal vWYh As NPoint, _
       ByVal WWYh As System.Boolean, _
       ByVal xWYh As NPoint _
    ) 
    'Usage
     
    
    Dim instance As NEllipticalArcTo
    Dim vWYh As NPoint
    Dim WWYh As System.Boolean
    Dim xWYh As NPoint
     
    instance.UWYh(vWYh, WWYh, xWYh)
    internal void UWYh( 
       NPoint vWYh,
       System.bool WWYh,
       NPoint xWYh
    )

    Parameters

    vWYh
    WWYh
    xWYh
    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