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


In This Topic
    InC Method (NGelCapEffect)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Sub InC( _
       ByVal EdpG As NPaintVisitor, _
       ByVal fdpG As NGraphicsPath, _
       ByVal GdpG As NGraphicsPath, _
       ByVal hdpG As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NGelCapEffect
    Dim EdpG As NPaintVisitor
    Dim fdpG As NGraphicsPath
    Dim GdpG As NGraphicsPath
    Dim hdpG As System.Boolean
     
    instance.InC(EdpG, fdpG, GdpG, hdpG)
    internal override void InC( 
       NPaintVisitor EdpG,
       NGraphicsPath fdpG,
       NGraphicsPath GdpG,
       System.bool hdpG
    )

    Parameters

    EdpG
    fdpG
    GdpG
    hdpG
    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