Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NCubicBezier Structure / Ahbb Method


In This Topic
    Ahbb Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function Ahbb( _
       ByVal bhbb As System.Double, _
       ByVal Chbb As System.Double _
    ) As NCubicBezier
    'Usage
     
    
    Dim instance As NCubicBezier
    Dim bhbb As System.Double
    Dim Chbb As System.Double
    Dim value As NCubicBezier
     
    value = instance.Ahbb(bhbb, Chbb)
    internal NCubicBezier Ahbb( 
       System.double bhbb,
       System.double Chbb
    )

    Parameters

    bhbb
    Chbb
    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