Nevron .NET Vision
Nevron.GraphicsCore Namespace / NImageFilter Class / UpdateReferences Method
provider from which to obtain references


In This Topic
    UpdateReferences Method (NImageFilter)
    In This Topic
    Updates the references stored by the object
    Syntax
    'Declaration
     
    
    Public Overridable Sub UpdateReferences( _
       ByVal provider As INReferenceProvider _
    ) 
    'Usage
     
    
    Dim instance As NImageFilter
    Dim provider As INReferenceProvider
     
    instance.UpdateReferences(provider)
    public virtual void UpdateReferences( 
       INReferenceProvider provider
    )

    Parameters

    provider
    provider from which to obtain references
    Remarks
    The object can query the specified provider for references
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also