You are here: Start » FIL.NET » Invoke.ResizeProfile
Changes the size of a profile, preserving its shape.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ResizeProfile ( Fil.Profile inProfile, int inNewSize, Fil.ResizeProfileInterpolation inInterpolation, Fil.Profile outProfile )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inProfile | Fil.Profile | Input profile. | ||
![]() | inNewSize | int | <1, INF> | 1 | Default value: 1. |
![]() | inInterpolation | Fil.ResizeProfileInterpolation | |||
![]() | outProfile | Fil.Profile | Output profile. |


