You are here: Start » FIL.NET » Invoke.AlignCircle
Moves a circle from a local coordinate system to the absolute one.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void AlignCircle ( Fil.Circle2D inCircle, Fil.CoordinateSystem2D inAlignment, bool inInverse, out Fil.Circle2D outAlignedCircle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inCircle | Fil.Circle2D | |||
![]() | inAlignment | Fil.CoordinateSystem2D | Coordinate system to align to. | ||
![]() | inInverse | bool | Switches to the inverse transform. | ||
![]() | outAlignedCircle | Fil.Circle2D |