You are here: Start » FIL.NET » FIS.RescalePoint Method
FIS.RescalePoint Method
Changes the distance of a point to a reference point.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void RescalePoint ( FilNet.Point2D inPoint, FilNet.Point2D inReferencePoint, float inScale, bool inInverse, out FilNet.Point2D outPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint | FilNet.Point2D | |||
![]() | inReferencePoint | FilNet.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 | FilNet.Point2D |


