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

Invoke.RotateLine

Rotates a line clockwise around a center point.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RotateLine
(
	Fil.Line2D inLine,
	Fil.Point2D inCenter,
	float inAngle,
	bool inInverse,
	out Fil.Line2D outLine
)

Parameters

Name Type Range Default Description
inLineFil.Line2D
inCenterFil.Point2DCenter of rotation.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outLineFil.Line2D

See also