You are here: Start » AVL.NET » AVS.RotateRegion Method

AVS.RotateRegion Method

Rotates a region around a specified point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RotateRegion
(
	AvlNet.Region inRegion,
	AvlNet.Point2D? inCenter,
	float inAngle,
	bool inInverse,
	AvlNet.RotationSizeMode inSizeMode,
	int? inFrameWidth,
	int? inFrameHeight,
	AvlNet.Region outRegion,
	NullableValue<AvlNet.CoordinateSystem2D> outOutputAlignment
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inCenterAvlNet.Point2D?Center of rotation. Default value: atl::NIL.
inAnglefloatClockwise rotation angle.
inInverseboolSwitches to counter-clockwise rotation.
inSizeModeAvlNet.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: atl::NIL.
inFrameHeightint?<0, 65535>Output region frame height, ignored when inSizeMode is set to RotationSizeMode::Fit. Default value: atl::NIL.
outRegionAvlNet.RegionOutput region.
outOutputAlignmentAvlNet.NullableValue<AvlNet.CoordinateSystem2D>Alignment of the output region. Can be null to skip this parameter calculation.

Function Overrides

See also