Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / NCapEffect Class / InC Method


In This Topic
    InC Method (NCapEffect)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend MustOverride Sub InC( _
       ByVal WCpG As NPaintVisitor, _
       ByVal xCpG As NGraphicsPath, _
       ByVal YCpG As NGraphicsPath, _
       ByVal AdpG As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NCapEffect
    Dim WCpG As NPaintVisitor
    Dim xCpG As NGraphicsPath
    Dim YCpG As NGraphicsPath
    Dim AdpG As System.Boolean
     
    instance.InC(WCpG, xCpG, YCpG, AdpG)
    internal abstract void InC( 
       NPaintVisitor WCpG,
       NGraphicsPath xCpG,
       NGraphicsPath YCpG,
       System.bool AdpG
    )

    Parameters

    WCpG
    xCpG
    YCpG
    AdpG
    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