Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NCircularRim Class / AGpG Method


In This Topic
    AGpG Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function AGpG( _
       ByVal bGpG As NPoint, _
       ByVal CGpG As System.Double, _
       ByVal dGpG As System.Double, _
       ByVal EGpG As System.Double _
    ) As NGraphicsPath
    'Usage
     
    
    Dim instance As NCircularRim
    Dim bGpG As NPoint
    Dim CGpG As System.Double
    Dim dGpG As System.Double
    Dim EGpG As System.Double
    Dim value As NGraphicsPath
     
    value = instance.AGpG(bGpG, CGpG, dGpG, EGpG)
    internal NGraphicsPath AGpG( 
       NPoint bGpG,
       System.double CGpG,
       System.double dGpG,
       System.double EGpG
    )

    Parameters

    bGpG
    CGpG
    dGpG
    EGpG
    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