You are here: Start » AVL.NET » Function Reference » Profile » Profile Spatial Transforms » AVL.UncropProfile

AVL.UncropProfile

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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