Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NRasterImageSource Class / GetNativeData Method


In This Topic
    GetNativeData Method (NRasterImageSource)
    In This Topic
    Gets the image source's image data in decoded form.
    Syntax
    'Declaration
     
    
    Protected Friend Overrides Function GetNativeData() As NImageSourceData
    'Usage
     
    
    Dim instance As NRasterImageSource
    Dim value As NImageSourceData
     
    value = instance.GetNativeData()
    protected internal override NImageSourceData GetNativeData()

    Return Value

    A structure containing the image source's data in its native form.
    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