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

FIS.RotateRegion Method

Rotates a region around a specified point.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RotateRegion
(
	FilNet.Region inRegion,
	float inAngle,
	bool inInverse,
	FilNet.RotationSizeMode inSizeMode,
	int? inFrameWidth,
	int? inFrameHeight,
	FilNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
inAnglefloatClockwise rotation angle.
inInverseboolSwitches to counter-clockwise rotation.
inSizeModeFilNet.RotationSizeModePreserveDetermines whether to extent the region size to fit the rotated region. Default value: Preserve.
inFrameWidthint?<0, 65535>Output region frame width, ignored when inSizeMode is set to RotationSizeMode::Fit. Default value: ftl::NIL.
inFrameHeightint?<0, 65535>Output region frame height, ignored when inSizeMode is set to RotationSizeMode::Fit. Default value: ftl::NIL.
outRegionFilNet.RegionOutput region.

Function Overrides

See also