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

Invoke.RotateArc

Rotates an arc clockwise around center point.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RotateArc
(
	Fil.Arc2D inArc,
	Optional<Fil.Point2D> inCenter,
	float inAngle,
	bool inInverse,
	out Fil.Arc2D outArc
)

Parameters

Name Type Range Default Description
inArcFil.Arc2D
inCenterFtl.Optional<Fil.Point2D>Center of rotation (the arc's center by default). Default value: ftl::NIL.
inAnglefloatClockwise rotation angle.
inInverseboolSwitches to the inverse operation.
outArcFil.Arc2D

See also