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

Invoke.RescalePoint

Changes the distance of a point to a reference point.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RescalePoint
(
	Fil.Point2D inPoint,
	Fil.Point2D inReferencePoint,
	float inScale,
	bool inInverse,
	out Fil.Point2D outPoint
)

Parameters

Name Type Range Default Description
inPointFil.Point2D
inReferencePointFil.Point2DPoint to which the distance will be changed.
inScalefloat1.0fScaling factor. Default value: 1.0f.
inInverseboolSwitches to the inverse operation.
outPointFil.Point2D

See also