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


In This Topic
    InC Method (NGlassCapEffect)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Sub InC( _
       ByVal IdpG As NPaintVisitor, _
       ByVal jdpG As NGraphicsPath, _
       ByVal KdpG As NGraphicsPath, _
       ByVal ldpG As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NGlassCapEffect
    Dim IdpG As NPaintVisitor
    Dim jdpG As NGraphicsPath
    Dim KdpG As NGraphicsPath
    Dim ldpG As System.Boolean
     
    instance.InC(IdpG, jdpG, KdpG, ldpG)
    internal override void InC( 
       NPaintVisitor IdpG,
       NGraphicsPath jdpG,
       NGraphicsPath KdpG,
       System.bool ldpG
    )

    Parameters

    IdpG
    jdpG
    KdpG
    ldpG
    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