Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NImageService Class / Ej Method


In This Topic
    Ej Method (NImageService)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend MustOverride Function Ej( _
       ByVal btY As Nevron.Nov.Function(Of NGraphics2D), _
       ByVal CtY As System.Integer, _
       ByVal dtY As System.Integer, _
       ByVal EtY As System.Double, _
       ByVal ftY As tlGb _
    ) As NRaster
    'Usage
     
    
    Dim instance As NImageService
    Dim btY As Nevron.Nov.Function(Of NGraphics2D)
    Dim CtY As System.Integer
    Dim dtY As System.Integer
    Dim EtY As System.Double
    Dim ftY As tlGb
    Dim value As NRaster
     
    value = instance.Ej(btY, CtY, dtY, EtY, ftY)
    internal abstract NRaster Ej( 
       Nevron.Nov.Function<NGraphics2D> btY,
       System.int CtY,
       System.int dtY,
       System.double EtY,
       tlGb ftY
    )

    Parameters

    btY
    CtY
    dtY
    EtY
    ftY
    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