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