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


Normalize(NViewportD,Double,Double) Method
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)

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