Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NLightSource Class / hjM Method


In This Topic
    hjM Method (NLightSource)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend MustOverride Sub hjM( _
       ByVal EAY As System.Single, _
       ByVal fAY As System.Single, _
       ByVal GAY As System.Single, _
       ByRef hAY As NVector3DF _
    ) 
    'Usage
     
    
    Dim instance As NLightSource
    Dim EAY As System.Single
    Dim fAY As System.Single
    Dim GAY As System.Single
    Dim hAY As NVector3DF
     
    instance.hjM(EAY, fAY, GAY, hAY)
    internal abstract void hjM( 
       System.float EAY,
       System.float fAY,
       System.float GAY,
       ref NVector3DF hAY
    )

    Parameters

    EAY
    fAY
    GAY
    hAY
    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