You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inPoint | Fil.Point2D | |||
![]() | inReferencePoint | Fil.Point2D | Point to which the distance will be changed. | ||
![]() | inScale | float | 1.0f | Scaling factor. Default value: 1.0f. | |
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPoint | Fil.Point2D |