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

Invoke.RotateSegment

Rotates a segment clockwise around a center point.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RotateSegment
(
	Fil.Segment2D inSegment,
	Optional<Fil.Point2D> inCenter,
	float inAngle,
	bool inInverse,
	out Fil.Segment2D outSegment
)

Parameters

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

See also