You are here: Start » FIL.NET » Invoke.ResizeImage_FixedAspectRatio
Changes one dimension of the image to a desired length while the other dimension is set to a length such that the aspect ration of the image is maintained.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ResizeImage_FixedAspectRatio ( Fil.Image inImage, Optional<int> inNewLength, Fil.Dimension inDimension, Fil.ResizeMethod inResizeMethod, Fil.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | inNewLength | Ftl.Optional<int> | <1, 65535> | The length in pixels that the chosen dimension will be set to. Default value: ftl::NIL. | |
![]() | inDimension | Fil.Dimension | The dimension that will be set to the given length. | ||
![]() | inResizeMethod | Fil.ResizeMethod | |||
![]() | outImage | Fil.Image | Output image. |