You are here: Start » FIL.NET » Function Reference » Profile » Profile Spatial Transforms » FIL.UncropProfile
Extends the profile by adding zeros at the beginning and at the end.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void UncropProfile ( FilNet.Profile inProfile, int inStart, int inLength, FilNet.Profile outProfile )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inProfile | FilNet.Profile | Input profile. | ||
![]() | inStart | int | <0, INF> | Same as in CropProfile. | |
![]() | inLength | int | <0, INF> | Length of the output profile. | |
![]() | outProfile | FilNet.Profile | Output profile. |