LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
IccCurveTagType Constructor(IccCurve)
See Also 
Leadtools.ColorConversion Namespace > IccCurveTagType Class > IccCurveTagType Constructor : IccCurveTagType Constructor(IccCurve)



curve
IccCurve structure that contains the tag's data.
Initializes a new IccCurveTagType with explicit parameters.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal curve As IccCurve _
)
Visual Basic (Usage)Copy Code
Dim curve As IccCurve
 
Dim instance As New IccCurveTagType(curve)
C# 
public IccCurveTagType( 
   IccCurve curve
)
C++/CLI 
public:
IccCurveTagType( 
   IccCurve curve
)

Parameters

curve
IccCurve 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