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


In This Topic
    NPaintVisitor Constructor
    In This Topic
    Initializer constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal graphics As NGraphics2D, _
       ByVal resolution As System.Double, _
       ByVal transform As NMatrix, _
       ByVal clip As NRegion _
    )
    'Usage
     
    
    Dim graphics As NGraphics2D
    Dim resolution As System.Double
    Dim transform As NMatrix
    Dim clip As NRegion
     
    Dim instance As New NPaintVisitor(graphics, resolution, transform, clip)
    public NPaintVisitor( 
       NGraphics2D graphics,
       System.double resolution,
       NMatrix transform,
       NRegion clip
    )

    Parameters

    graphics
    resolution
    transform
    clip
    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