LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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 (    array<int>^ value);
}

Property Value

Array that contains one or more parameters.

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