Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
IccProfileSequenceDescription Constructor
See Also 
Leadtools.ColorConversion Namespace > IccProfileSequenceDescription Structure : IccProfileSequenceDescription Constructor




profileDescription
Array of IccProfileDescription classes that saves the profile description data.
Initializes a new IccProfileSequenceDescription with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal profileDescription() As IccProfileDescription _
)
Visual Basic (Usage)Copy Code
Dim profileDescription() As IccProfileDescription
 
Dim instance As IccProfileSequenceDescription(profileDescription)
C# 
public IccProfileSequenceDescription( 
   IccProfileDescription[] profileDescription
)
Managed Extensions for C++ 
public: IccProfileSequenceDescription( 
   IccProfileDescription[]* profileDescription
)
C++/CLI 
public:
IccProfileSequenceDescription( 
   array<IccProfileDescription>^ profileDescription
)

Parameters

profileDescription
Array of IccProfileDescription classes that saves the profile description data.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also