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

AVL.ResizeProfile(AvlNet.Profile, int, AvlNet.ResizeProfileInterpolation, AvlNet.Profile)

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

Parameters

inProfile
Type: AvlNet.Profile
Input profile
inNewSize
Type: System.Int32
inInterpolation
Type: AvlNet.ResizeProfileInterpolation
outProfile
Type: AvlNet.Profile
Output profile

See also