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


In This Topic
    Ej Method (vrKI)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Function Ej( _
       ByVal WrKI As Nevron.Nov.Function(Of NGraphics2D), _
       ByVal xrKI As System.Integer, _
       ByVal YrKI As System.Integer, _
       ByVal ASKI As System.Double, _
       ByVal bSKI As tlGb _
    ) As NRaster
    'Usage
     
    
    Dim instance As vrKI
    Dim WrKI As Nevron.Nov.Function(Of NGraphics2D)
    Dim xrKI As System.Integer
    Dim YrKI As System.Integer
    Dim ASKI As System.Double
    Dim bSKI As tlGb
    Dim value As NRaster
     
    value = instance.Ej(WrKI, xrKI, YrKI, ASKI, bSKI)
    internal override NRaster Ej( 
       Nevron.Nov.Function<NGraphics2D> WrKI,
       System.int xrKI,
       System.int YrKI,
       System.double ASKI,
       tlGb bSKI
    )

    Parameters

    WrKI
    xrKI
    YrKI
    ASKI
    bSKI
    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