Tao.DevIl SDK Documentation

Ilu.iluImageParameter Method 

iluImageParameter modifies the behaviour of some ilu functions. Right now, it controls the behaviour of iluEnlargeCanvas and iluScale. For ILU_FILTER, values for Param other than ILU_NEAREST, ILU_LINEAR and ILU_BILINEAR are higher-quality scaling filters and take longer to perform.

[Visual Basic]
Public Shared Sub iluImageParameter( _
   ByVal PName As Integer, _
   ByVal Param As Integer _
)
[C#]
public static void iluImageParameter(
   int PName,
   int Param
);

Parameters

PName
Parameter name
Param
Behaviour to use

See Also

Ilu Class | Tao.DevIl Namespace