Tao.DevIl SDK Documentation |
|
Il.ilHint Method
s behaviour, in order to optimize either speed, memory, compression or quality, depending wholly on what the user desires.
[Visual Basic]
Public Shared Sub ilHint( _
ByVal
Target As
Integer, _
ByVal
Mode As
Integer _
)
[C#]
public static
void ilHint(
int Target,
int Mode);
Parameters
-
Target
- An enum indicating what behaviour of the library is to be controlled.
-
Mode
- The desired behaviour.
See Also
Il Class | Tao.DevIl Namespace