ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorBook Class / ImGearColorBook Constructor / ImGearColorBook Constructor(FileStream)
File stream to load color book from.




In This Topic
ImGearColorBook Constructor(FileStream)
In This Topic
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)

Parameters

content
File stream to load color book from.
See Also