Tao.DevIl SDK Documentation

Ilu.iluGetIntegerv Method 

The iluGetIntegerv function returns the mode value in the Param parameter.

[Visual Basic]
Public Shared Sub iluGetIntegerv( _
   ByVal Mode As Integer, _
   ByRef Param As Integer _
)
[C#]
public static void iluGetIntegerv(
   int Mode,
   out int Param
);

Parameters

Mode
The mode value to be returned.
Param
When used, the value is stored here instead of returned..

See Also

Ilu Class | Tao.DevIl Namespace