Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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
)
C++/CLI 
public:
IccViewingConditionsTagType( 
   IccViewCondition viewCondition
)

Parameters

viewCondition
IccViewCondition structure that contains the tag's data.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also