Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NPaintVisitor Class / Graphics Property


In This Topic
    Graphics Property (NPaintVisitor)
    In This Topic
    Gets the low level graphics associated with this visitor
    Syntax
    'Declaration
     
    
    Public Property Graphics As NGraphics2D
    'Usage
     
    
    Dim instance As NPaintVisitor
    Dim value As NGraphics2D
     
    instance.Graphics = value
     
    value = instance.Graphics
    public NGraphics2D Graphics {get; set;}
    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