Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NPointLightSource Class / GjM Method


In This Topic
    GjM Method (NPointLightSource)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Sub GjM( _
       ByVal bbY As System.Single, _
       ByVal CbY As System.Single, _
       ByVal dbY As System.Integer, _
       ByVal EbY As System.Integer, _
       ByVal fbY() As NVector3DF _
    ) 
    'Usage
     
    
    Dim instance As NPointLightSource
    Dim bbY As System.Single
    Dim CbY As System.Single
    Dim dbY As System.Integer
    Dim EbY As System.Integer
    Dim fbY() As NVector3DF
     
    instance.GjM(bbY, CbY, dbY, EbY, fbY)
    internal override void GjM( 
       System.float bbY,
       System.float CbY,
       System.int dbY,
       System.int EbY,
       NVector3DF[] fbY
    )

    Parameters

    bbY
    CbY
    dbY
    EbY
    fbY
    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