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


In This Topic
    GtY Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function GtY( _
       ByVal htY As NRaster, _
       ByVal ItY As NImageFormat, _
       ByVal jtY As NImageEncoderSettings _
    ) As System.Byte()
    'Usage
     
    
    Dim instance As NImageService
    Dim htY As NRaster
    Dim ItY As NImageFormat
    Dim jtY As NImageEncoderSettings
    Dim value() As System.Byte
     
    value = instance.GtY(htY, ItY, jtY)
    internal System.byte[] GtY( 
       NRaster htY,
       NImageFormat ItY,
       NImageEncoderSettings jtY
    )

    Parameters

    htY
    ItY
    jtY
    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