You are here: Start » FIL.NET » FIS.RotateLine Method

FIS.RotateLine Method

Rotates a line clockwise around a center point.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RotateLine
(
	FilNet.Line2D inLine,
	FilNet.Point2D inCenter,
	float inAngle,
	bool inInverse,
	out FilNet.Line2D outLine
)

Parameters

Name Type Range Default Description
inLineFilNet.Line2D
inCenterFilNet.Point2DCenter of rotation.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outLineFilNet.Line2D

See also