Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / rSGG Class / Ej Method


In This Topic
    Ej Method (rSGG)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Function Ej( _
       ByVal btGG As Nevron.Nov.Function(Of NGraphics2D), _
       ByVal CtGG As System.Integer, _
       ByVal dtGG As System.Integer, _
       ByVal EtGG As System.Double, _
       ByVal ftGG As tlGb _
    ) As NRaster
    'Usage
     
    
    Dim instance As rSGG
    Dim btGG As Nevron.Nov.Function(Of NGraphics2D)
    Dim CtGG As System.Integer
    Dim dtGG As System.Integer
    Dim EtGG As System.Double
    Dim ftGG As tlGb
    Dim value As NRaster
     
    value = instance.Ej(btGG, CtGG, dtGG, EtGG, ftGG)
    internal override NRaster Ej( 
       Nevron.Nov.Function<NGraphics2D> btGG,
       System.int CtGG,
       System.int dtGG,
       System.double EtGG,
       tlGb ftGG
    )

    Parameters

    btGG
    CtGG
    dtGG
    EtGG
    ftGG
    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