Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NPaintCacheSettings Class / NPaintCacheSettings Constructor


In This Topic
    NPaintCacheSettings Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal SChb As System.Boolean, _
       ByVal tChb As System.Integer, _
       ByVal UChb As System.Integer, _
       ByVal vChb As System.Integer, _
       ByVal WChb As System.Integer, _
       ByVal xChb As System.Integer, _
       ByVal YChb As System.Integer _
    )
    'Usage
     
    
    Dim SChb As System.Boolean
    Dim tChb As System.Integer
    Dim UChb As System.Integer
    Dim vChb As System.Integer
    Dim WChb As System.Integer
    Dim xChb As System.Integer
    Dim YChb As System.Integer
     
    Dim instance As New NPaintCacheSettings(SChb, tChb, UChb, vChb, WChb, xChb, YChb)
    internal NPaintCacheSettings( 
       System.bool SChb,
       System.int tChb,
       System.int UChb,
       System.int vChb,
       System.int WChb,
       System.int xChb,
       System.int YChb
    )

    Parameters

    SChb
    tChb
    UChb
    vChb
    WChb
    xChb
    YChb
    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