Nevron.Diagram Namespace / NCartesianScaleFactors Structure / NCartesianScaleFactors Constructor


NCartesianScaleFactors Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal f1 As System.Single, _
   ByVal f2 As System.Single, _
   ByVal f3 As System.Single, _
   ByVal f4 As System.Single _
)
 
'Usage
 
Dim f1 As System.Single
Dim f2 As System.Single
Dim f3 As System.Single
Dim f4 As System.Single
 
Dim instance As New NCartesianScaleFactors(f1, f2, f3, f4)

Parameters

f1
f2
f3
f4
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