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

Invoke.RotatePoint

Rotates a point clockwise around a center point.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RotatePoint
(
	Fil.Point2D inPoint,
	Fil.Point2D inCenter,
	float inAngle,
	bool inInverse,
	out Fil.Point2D outPoint
)

Parameters

Name Type Range Default Description
inPointFil.Point2D
inCenterFil.Point2DCenter of rotation.
inAnglefloatClockwise rotation angle.
inInverseboolSwitches to the inverse operation.
outPointFil.Point2D

See also