Tao.DevIl SDK Documentation

Ilu.iluScale Method 

The iluScale function scales the image to the new dimensions specified, shrinking or enlarging the image, depending on the image's original dimensions. There are different filters that can be used to scale an image, and which filter to use can be specified via iluImageParameter.

[Visual Basic]
Public Shared Function iluScale( _
   ByVal Width As Integer, _
   ByVal Height As Integer, _
   ByVal Depth As Integer _
) As Boolean
[C#]
public static bool iluScale(
   int Width,
   int Height,
   int Depth
);

Parameters

Width
New width of the image.
Height
New height of the image.
Depth
New depth of the image.

Return Value

See Also

Ilu Class | Tao.DevIl Namespace