You are here: Start » FIL.NET » Invoke.RescaleRectangle
Changes the corners and the dimensions of a rectangle.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void RescaleRectangle ( Fil.Rectangle2D inRectangle, Optional<Fil.Point2D> inReferencePoint, float inScale, bool inInverse, out Fil.Rectangle2D outRectangle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRectangle | Fil.Rectangle2D | |||
![]() | inReferencePoint | Ftl.Optional<Fil.Point2D> | The point, to which all distance will be changed proportionally. Default value: ftl::NIL. | ||
![]() | inScale | float | 1.0f | Scaling factor. Default value: 1.0f. | |
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outRectangle | Fil.Rectangle2D |