Tao.DevIl SDK Documentation |
|
Il.ilSetInteger Method
The ilSetInteger function sets the value of a selected mode. it's the ilGetInteger's counterpart
[Visual Basic]
Public Shared Sub ilSetInteger( _
ByVal
Mode As
Integer, _
ByVal
Param As
Integer _
)
[C#]
public static
void ilSetInteger(
int Mode,
int Param);
Parameters
-
Mode
- The mode value to be modified.
-
Param
- The value to set the mode with.
See Also
Il Class | Tao.DevIl Namespace