LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

CurveStructure Property






Gets or sets the IccCurveStructure structure. .NET support
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 IccCurveStructure[] CurveStructure {get; set;}
 get_CurveStructure();
set_CurveStructure(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IccResponseCurve Structure
IccResponseCurve Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.