Error processing SSI file
LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Show in webframe

CurveStructure Property






Gets or sets the IccCurveStructure structure.
Syntax
public IccCurveStructure[] CurveStructure {get; set;}
'Declaration
 
Public Property CurveStructure As IccCurveStructure()
'Usage
 
Dim instance As IccResponseCurve
Dim value() As IccCurveStructure
 
instance.CurveStructure = value
 
value = instance.CurveStructure

            

            
public:
property array<IccCurveStructure>^ CurveStructure {
   array<IccCurveStructure>^ get();
   void set (    array<IccCurveStructure>^ value);
}

Property Value

IccCurveStructure structure that contains the curve data.
Requirements

Target Platforms

See Also

Reference

IccResponseCurve Structure
IccResponseCurve Members

Error processing SSI file