You are here: Start » FIL.NET » Invoke.TransformImage
Transforms an image by the provided transformation matrix.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void TransformImage ( Fil.Image inImage, Fil.Matrix inTransformMatrix, bool inInverse, Fil.InterpolationMethod inInterpolation, Fil.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | inTransformMatrix | Fil.Matrix | Transform matrix. | ||
![]() | inInverse | bool | |||
![]() | inInterpolation | Fil.InterpolationMethod | Image quality. | ||
![]() | outImage | Fil.Image | Output image. |