LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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 New 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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also