Nevron .NET Vision
Nevron.Chart Namespace / NViewportD Structure / Normalize Method / Normalize(NViewportD,Double,Double) Method


In This Topic
    Normalize(NViewportD,Double,Double) Method
    In This Topic
    Normalizes the viewport to have the specified factor
    Syntax
    'Declaration
     
    
    Public Overloads Sub Normalize( _
       ByVal viewport As NViewportD, _
       ByVal xFactor As System.Double, _
       ByVal yFactor As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NViewportD
    Dim viewport As NViewportD
    Dim xFactor As System.Double
    Dim yFactor As System.Double
     
    instance.Normalize(viewport, xFactor, yFactor)
    public void Normalize( 
       NViewportD viewport,
       System.double xFactor,
       System.double yFactor
    )

    Parameters

    viewport
    xFactor
    yFactor
    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