You are here: Start » AVL.NET » Invoke.UncropProfile

Invoke.UncropProfile

Extends the profile by adding zeros at the beginning and at the end.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void UncropProfile
(
	Avl.Profile inProfile,
	int inStart,
	int inLength,
	Avl.Profile outProfile
)

Parameters

Name Type Range Default Description
inProfileAvl.ProfileInput profile.
inStartint<0, INF>Same as in CropProfile.
inLengthint<0, INF>Length of the output profile.
outProfileAvl.ProfileOutput profile.

See also