LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
FunctionType Property
See Also 
Leadtools.ColorConversion Namespace > IccParametricCurve Structure : FunctionType Property



Gets or sets the encoded value of the function type.

Syntax

Visual Basic (Declaration) 
Public Property FunctionType As IccFunctionsType
Visual Basic (Usage)Copy Code
Dim instance As IccParametricCurve
Dim value As IccFunctionsType
 
instance.FunctionType = value
 
value = instance.FunctionType
C# 
public IccFunctionsType FunctionType {get; set;}
C++/CLI 
public:
property IccFunctionsType FunctionType {
   IccFunctionsType get();
   void set (    IccFunctionsType value);
}

Property Value

A value that indicates the function type. For a list of possible values, refer to IccFunctionsType.

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