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


In This Topic
    rfpG Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub rfpG( _
       ByVal SfpG As NPaintVisitor, _
       ByVal tfpG As NPoint, _
       ByVal UfpG As System.Double, _
       ByVal vfpG As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NCircularRim
    Dim SfpG As NPaintVisitor
    Dim tfpG As NPoint
    Dim UfpG As System.Double
    Dim vfpG As System.Double
     
    instance.rfpG(SfpG, tfpG, UfpG, vfpG)
    internal void rfpG( 
       NPaintVisitor SfpG,
       NPoint tfpG,
       System.double UfpG,
       System.double vfpG
    )

    Parameters

    SfpG
    tfpG
    UfpG
    vfpG
    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