Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NDrawingView Class / OnReset Method


In This Topic
    OnReset Method (NDrawingView)
    In This Topic
    Called when the view has been reset
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnReset() 
    'Usage
     
    
    Dim instance As NDrawingView
     
    instance.OnReset()
    protected virtual void OnReset()
    Remarks
    This implementation will adopt the document measurement unit if the view is connected to a document. It will also call the UpdateTransformations and UpdateViewLayout methods
    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