NevronOpenVision
Nevron.Nov.Graphics Namespace / NHttpImageSource Class / NHttpImageSource Constructor / NHttpImageSource Constructor(NUri,Int32,Boolean)
Web resource Uri.
The index of the frame that this image source represents.
Specifies whether image frames should be animated.
In This Topic
    NHttpImageSource Constructor(NUri,Int32,Boolean)
    In This Topic
    Creates a new HTTP image source with the specified URI.
    Syntax
    public NHttpImageSource( 
       NUri uri,
       System.int frameIndex,
       System.bool animateFrames
    )

    Parameters

    uri
    Web resource Uri.
    frameIndex
    The index of the frame that this image source represents.
    animateFrames
    Specifies whether image frames should be animated.
    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