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

Invoke.RotatePath

Rotates a path clockwise around a center point.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RotatePath
(
	Fil.Path inPath,
	Optional<Fil.Point2D> inCenter,
	float inAngle,
	bool inInverse,
	Fil.Path outPath
)

Parameters

Name Type Range Default Description
inPathFil.PathInput path.
inCenterFtl.Optional<Fil.Point2D>Center of rotation (the mass center by default). Default value: ftl::NIL.
inAnglefloatClockwise rotation angle.
inInverseboolSwitches to the inverse operation.
outPathFil.PathOutput path.

See also