Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
CurveA Property
See Also 
Leadtools.ColorConversion Namespace > IccLookupTableAToBTagType Class : CurveA Property



Gets or sets the A curves data.

Syntax

Visual Basic (Declaration) 
Public Property CurveA As IccTagTypeBase()
Visual Basic (Usage)Copy Code
Dim instance As IccLookupTableAToBTagType
Dim value() As IccTagTypeBase
 
instance.CurveA = value
 
value = instance.CurveA
C# 
public IccTagTypeBase[] CurveA {get; set;}
C++/CLI 
public:
property array<IccTagTypeBase^>^ CurveA {
   array<IccTagTypeBase^>^ get();
   void set (IccTagTypeBase^array<value>^ value);
}

Return Value

Array that contains the A curves data of type IccCurveTagType or IccParametricCurveTagType.

Requirements

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

See Also