Tao.DevIl SDK Documentation |
|
Il.ilConvertImage Method
ilConvertImage converts the current bound image from its format/type to DestFormat and DestType. Almost all conversions are allowable.
[Visual Basic]
Public Shared Function ilConvertImage( _
ByVal
DestFormat As
Integer, _
ByVal
DestType As
Integer _
) As
Boolean
[C#]
public static
bool ilConvertImage(
int DestFormat,
int DestType);
Parameters
-
DestFormat
- The format the current image should be converted to.
-
DestType
- The type the current image should be converted to.
Return Value
See Also
Il Class | Tao.DevIl Namespace