Nevron Open Vision Documentation
Nevron.Nov.WpfControls Namespace / NDrawingViewControl Class / GetVisualChild Method


In This Topic
    GetVisualChild Method (NDrawingViewControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetVisualChild( _
       ByVal index As System.Integer _
    ) As System.Windows.Media.Visual
    'Usage
     
    
    Dim instance As NDrawingViewControl
    Dim index As System.Integer
    Dim value As System.Windows.Media.Visual
     
    value = instance.GetVisualChild(index)
    protected virtual System.Windows.Media.Visual GetVisualChild( 
       System.int index
    )

    Parameters

    index
    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