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


In This Topic
    hjM Method (NPointLightSource)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Sub hjM( _
       ByVal WAY As System.Single, _
       ByVal xAY As System.Single, _
       ByVal YAY As System.Single, _
       ByRef AbY As NVector3DF _
    ) 
    'Usage
     
    
    Dim instance As NPointLightSource
    Dim WAY As System.Single
    Dim xAY As System.Single
    Dim YAY As System.Single
    Dim AbY As NVector3DF
     
    instance.hjM(WAY, xAY, YAY, AbY)
    internal override void hjM( 
       System.float WAY,
       System.float xAY,
       System.float YAY,
       ref NVector3DF AbY
    )

    Parameters

    WAY
    xAY
    YAY
    AbY
    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