You are here: Start » FIL.NET » Invoke.LineThroughPoint

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
inPointFil.Point2D
inAnglefloat
outLineFil.Line2D

See also