Nevron .NET Vision
Nevron.Diagram Namespace / NCartesianScaleFactors Structure / NCartesianScaleFactors Constructor


In This Topic
    NCartesianScaleFactors Constructor
    In This Topic
    Initializer 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)
    public NCartesianScaleFactors( 
       System.float f1,
       System.float f2,
       System.float f3,
       System.float 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