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



Gets or sets the function parameters.

Syntax

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

Return Value

Array that contains one or more parameters.

Requirements

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

See Also