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

AVS.RotateRegion Method

Rotates a region around a point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RotateRegion
(
	AvlNet.Region inRegion,
	AvlNet.Point2D? inCenter,
	float inAngle,
	bool inInverse,
	int? inFrameWidth,
	int? inFrameHeight,
	AvlNet.Region outRegion
)

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.
inFrameWidthint?<0, 65535>Output region frame width. Default value: atl::NIL.
inFrameHeightint?<0, 65535>Output region frame height. Default value: atl::NIL.
outRegionAvlNet.RegionOutput region.

Function Overrides

See also