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