Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NMatrix Structure / fbW Method


In This Topic
    fbW Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub fbW( _
       ByVal GbW As System.Double, _
       ByVal hbW As System.Double, _
       ByVal IbW As System.Double, _
       ByVal jbW As System.Double, _
       ByVal KbW As System.Double, _
       ByVal lbW As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NMatrix
    Dim GbW As System.Double
    Dim hbW As System.Double
    Dim IbW As System.Double
    Dim jbW As System.Double
    Dim KbW As System.Double
    Dim lbW As System.Double
     
    instance.fbW(GbW, hbW, IbW, jbW, KbW, lbW)
    internal void fbW( 
       System.double GbW,
       System.double hbW,
       System.double IbW,
       System.double jbW,
       System.double KbW,
       System.double lbW
    )

    Parameters

    GbW
    hbW
    IbW
    jbW
    KbW
    lbW
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also