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

FIS.RotateSegment Method

Rotates a segment clockwise around a center point.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RotateSegment
(
	FilNet.Segment2D inSegment,
	float inAngle,
	bool inInverse,
	out FilNet.Segment2D outSegment
)

Parameters

Name Type Range Default Description
inSegmentFilNet.Segment2D
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outSegmentFilNet.Segment2D

Function Overrides

See also