Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.5.7
IccViewingConditionsTagType Constructor(IccViewCondition)
See Also 
Leadtools.ColorConversion Namespace > IccViewingConditionsTagType Class > IccViewingConditionsTagType Constructor : IccViewingConditionsTagType Constructor(IccViewCondition)




viewCondition
IccViewCondition structure that contains the tag's data.
Initializes a new IccViewingConditionsTagType with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal viewCondition As IccViewCondition _
)
Visual Basic (Usage)Copy Code
Dim viewCondition As IccViewCondition
 
Dim instance As IccViewingConditionsTagType(viewCondition)
C# 
public IccViewingConditionsTagType( 
   IccViewCondition viewCondition
)
Managed Extensions for C++ 
public: IccViewingConditionsTagType( 
   IccViewCondition viewCondition
)
C++/CLI 
public:
IccViewingConditionsTagType( 
   IccViewCondition viewCondition
)

Parameters

viewCondition
IccViewCondition structure that contains the tag's 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