ComponentOne Imaging for Silverlight Library
SetSource Method

C1.Silverlight.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