You are here: Start » AVL.NET » AVS.UncropProfile Method

AVS.UncropProfile Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void UncropProfile
(
	AvlNet.Profile inProfile,
	int inStart,
	int inLength,
	AvlNet.Profile outProfile
)

Parameters

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

See also