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

Invoke.ResizeProfile

Changes the size of a profile, preserving its shape.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ResizeProfile
(
	Avl.Profile inProfile,
	int inNewSize,
	Avl.ResizeProfileInterpolation inInterpolation,
	Avl.Profile outProfile
)

Parameters

Name Type Range Default Description
inProfileAvl.ProfileInput profile.
inNewSizeint<1, INF>1Default value: 1.
inInterpolationAvl.ResizeProfileInterpolation
outProfileAvl.ProfileOutput profile.

See also