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

AVS.ResizeProfile Method

Changes the size of a profile, preserving its shape.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ResizeProfile
(
	AvlNet.Profile inProfile,
	int inNewSize,
	AvlNet.ResizeProfileInterpolation inInterpolation,
	AvlNet.Profile outProfile
)

Parameters

Name Type Range Default Description
inProfileAvlNet.ProfileInput profile.
inNewSizeint<1, INF>1Default value: 1.
inInterpolationAvlNet.ResizeProfileInterpolation
outProfileAvlNet.ProfileOutput profile.

See also