Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NScaleBreak Class / dKQG Method


In This Topic
    dKQG Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function dKQG( _
       ByVal EKQG As System.Double, _
       ByVal fKQG As System.Double, _
       ByVal GKQG As System.Double _
    ) As NGraphicsPath
    'Usage
     
    
    Dim instance As NScaleBreak
    Dim EKQG As System.Double
    Dim fKQG As System.Double
    Dim GKQG As System.Double
    Dim value As NGraphicsPath
     
    value = instance.dKQG(EKQG, fKQG, GKQG)
    internal NGraphicsPath dKQG( 
       System.double EKQG,
       System.double fKQG,
       System.double GKQG
    )

    Parameters

    EKQG
    fKQG
    GKQG
    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