You are here: Start » FIL.NET » FIS.ShrinkImageNTimes Method
FIS.ShrinkImageNTimes Method
Shrinks an image by a natural factor along each axis.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ShrinkImageNTimes ( FilNet.Image inImage, int inNX, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inNX | int | <1, INF> | 2 | Default value: 2. |
![]() | outImage | FilNet.Image | Output image. |