NevronOpenVision
Nevron.Nov.Graphics Namespace / NImageDecoder Class / CreateFrameRaster Method
Index of the frame to be decoded. Must be ignored for formats that do not support multiple frames.
CreateFrameRaster Method (NImageDecoder)
Creates the raster of a specific frame, in case the image info inficates that the image is a Raster. Still images have only one frame.
Syntax
public abstract NRaster CreateFrameRaster( 
   System.int frameIndex
)

Parameters

frameIndex
Index of the frame to be decoded. Must be ignored for formats that do not support multiple frames.

Return Value

An NRaster object containing the decoded image.
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