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

Invoke.ResizeProfile

Changes the size of a profile, preserving its shape.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inProfileFil.ProfileInput profile.
inNewSizeint<1, INF>1Default value: 1.
inInterpolationFil.ResizeProfileInterpolation
outProfileFil.ProfileOutput profile.

See also