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

FIS.RotatePoint Method

Rotates a point clockwise around a center point.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RotatePoint
(
	FilNet.Point2D inPoint,
	FilNet.Point2D inCenter,
	float inAngle,
	bool inInverse,
	out FilNet.Point2D outPoint
)

Parameters

Name Type Range Default Description
inPointFilNet.Point2D
inCenterFilNet.Point2DCenter of rotation.
inAnglefloatClockwise rotation angle.
inInverseboolSwitches to the inverse operation.
outPointFilNet.Point2D

See also