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


In This Topic
    GjM Method (NSpotLightSource)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Sub GjM( _
       ByVal SbY As System.Single, _
       ByVal tbY As System.Single, _
       ByVal UbY As System.Integer, _
       ByVal vbY As System.Integer, _
       ByVal WbY() As NVector3DF _
    ) 
    'Usage
     
    
    Dim instance As NSpotLightSource
    Dim SbY As System.Single
    Dim tbY As System.Single
    Dim UbY As System.Integer
    Dim vbY As System.Integer
    Dim WbY() As NVector3DF
     
    instance.GjM(SbY, tbY, UbY, vbY, WbY)
    internal override void GjM( 
       System.float SbY,
       System.float tbY,
       System.int UbY,
       System.int vbY,
       NVector3DF[] WbY
    )

    Parameters

    SbY
    tbY
    UbY
    vbY
    WbY
    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