You are here: Start » FIL.NET » FIS.RescalePointArray Method

FIS.RescalePointArray Method

Changes the distances of points from an array to a reference point.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RescalePointArray
(
	IList<FilNet.Point2D> inPoints,
	float inScale,
	bool inInverse,
	IList<FilNet.Point2D> outPoints
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<FilNet.Point2D>
inScalefloat1.0fScaling factor. Default value: 1.0f.
inInverseboolSwitches to the inverse operation.
outPointsSystem.Collections.Generic.IList<FilNet.Point2D>

Function Overrides

See also