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


In This Topic
    GetFrameData Method (NRasterImageSource)
    In This Topic
    Returns image data that should be used for rendering of the image source's current frame. Encoded data is returned for encoded images sources with a single frame. Decoded data is returned for NRaster-based image sources and for encoded images sources with animated frames.
    Syntax
    'Declaration
     
    
    Protected Friend Overrides Function GetFrameData() As NImageSourceData
    'Usage
     
    
    Dim instance As NRasterImageSource
    Dim value As NImageSourceData
     
    value = instance.GetFrameData()
    protected internal override NImageSourceData GetFrameData()

    Return Value

    A structure containing the data for the image source's frame.
    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