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


In This Topic
    hjM Method (NSpotLightSource)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Sub hjM( _
       ByVal ObY As System.Single, _
       ByVal pbY As System.Single, _
       ByVal QbY As System.Single, _
       ByRef rbY As NVector3DF _
    ) 
    'Usage
     
    
    Dim instance As NSpotLightSource
    Dim ObY As System.Single
    Dim pbY As System.Single
    Dim QbY As System.Single
    Dim rbY As NVector3DF
     
    instance.hjM(ObY, pbY, QbY, rbY)
    internal override void hjM( 
       System.float ObY,
       System.float pbY,
       System.float QbY,
       ref NVector3DF rbY
    )

    Parameters

    ObY
    pbY
    QbY
    rbY
    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