Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal functionType As IccFunctionsType, _ ByVal parameters() As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public IccParametricCurve( IccFunctionsType functionType, int[] parameters ) |
C++/CLI | |
---|---|
public: IccParametricCurve( IccFunctionsType functionType, array<int>^ parameters ) |
Parameters
- functionType
- A value that indicates the function type. For a list of possible values, refer to IccFunctionsType.
- parameters
- Array that contains one or more parameters.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family