ComponentOne Imaging for UWP
SetSource Method

C1.UWP.Imaging Assembly > C1.Xaml.Imaging Namespace > C1GifImage Class : SetSource Method
System.IO.Stream that contains the image.
Loads the image from a stream.
Syntax
'Declaration
 
Public Sub SetSource( _
   ByVal stream As System.IO.Stream _
) 
public void SetSource( 
   System.IO.Stream stream
)

Parameters

stream
System.IO.Stream that contains the image.
See Also

Reference

C1GifImage Class
C1GifImage Members