You are here: Start » FIL.NET » Invoke.LineThroughPoint
Computes a line passing through a point with given angle.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void LineThroughPoint ( Fil.Point2D inPoint, float inAngle, out Fil.Line2D outLine )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint | Fil.Point2D | |||
![]() | inAngle | float | |||
![]() | outLine | Fil.Line2D |


