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,
	FilNet.Point2D? inCenter,
	float inAngle,
	bool inInverse,
	FilNet.RotationSizeMode inSizeMode,
	int? inFrameWidth,
	int? inFrameHeight,
	FilNet.Region outRegion,
	NullableValue<FilNet.CoordinateSystem2D> outOutputAlignment
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
inCenterFilNet.Point2D?Center of rotation. Default value: ftl::NIL.
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.
outOutputAlignmentFilNet.NullableValue<FilNet.CoordinateSystem2D>Alignment of the output region. Can be null to skip this parameter calculation.

Function Overrides

See also