You are here:
Start »
AVL.NET »
AVL.TransformImage(AvlNet.Image, AvlNet.Matrix, bool, AvlNet.InterpolationMethod, AvlNet.Image)
AVL.TransformImage(AvlNet.Image, AvlNet.Matrix, bool, AvlNet.InterpolationMethod, AvlNet.Image)
| Namespace: | AvlNet |
| Assembly: | AVL.NET.dll |
Syntax
public static void TransformImage(
AvlNet.Image inImage,
AvlNet.Matrix inTransformMatrix,
bool inInverse,
AvlNet.InterpolationMethod inInterpolation,
out AvlNet.Image outImage
)
Parameters
- inImage
- Type: AvlNet.Image
- inTransformMatrix
- Type: AvlNet.Matrix
- inInverse
- Type: System.Boolean
- inInterpolation
- Type: AvlNet.InterpolationMethod
- outImage
- Type: AvlNet.Image
Errors
| Error type |
Description |
| DomainError |
Input transformation matrix must have dimensions 3 x 3 in TransformImage. |
| DomainError |
Unable to transform image with provided parameters TransformImage. |
See also