You are here: Start » AVL.NET » AVL.UncropProfile(AvlNet.Profile, int, int, AvlNet.Profile)

AVL.UncropProfile(AvlNet.Profile, int, int, AvlNet.Profile)

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,
	out AvlNet.Profile outProfile
)

Parameters

inProfile
Type: AvlNet.Profile
Input profile
inStart
Type: System.Int32
Same as in CropProfile
inLength
Type: System.Int32
Length of the output profile
outProfile
Type: AvlNet.Profile
Output profile

See also