Nevron Open Vision Documentation
Nevron.Nov.Diagram.UI Namespace / NConnectorStylePreview Class / PaintPreview Method


In This Topic
    PaintPreview Method (NConnectorStylePreview)
    In This Topic
    Paints the preview.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub PaintPreview( _
       ByVal visitor As NPaintVisitor, _
       ByVal ca As NRectangle, _
       ByVal highDetail As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NConnectorStylePreview
    Dim visitor As NPaintVisitor
    Dim ca As NRectangle
    Dim highDetail As System.Boolean
     
    instance.PaintPreview(visitor, ca, highDetail)
    protected override void PaintPreview( 
       NPaintVisitor visitor,
       NRectangle ca,
       System.bool highDetail
    )

    Parameters

    visitor
    ca
    highDetail
    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