ImageGear .NET v25.1 - Updated
ImGearColorBook Constructor(FileStream)




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearColorBook Class > ImGearColorBook Constructor : ImGearColorBook Constructor(FileStream)
File stream to load color book from.
Initializes a new instance of the ImGearColorBook class from specified file stream.
Syntax
'Declaration
 
Public Function New( _
   ByVal content As FileStream _
)
'Usage
 
Dim content As FileStream
 
Dim instance As New ImGearColorBook(content)
public ImGearColorBook( 
   FileStream content
)
public: ImGearColorBook( 
   FileStream* content
)
public:
ImGearColorBook( 
   FileStream^ content
)

Parameters

content
File stream to load color book from.
See Also

Reference

ImGearColorBook Class
ImGearColorBook Members
Overload List