You are here: Start » AVL.NET » AVL.RotateRectangle(AvlNet.Rectangle2D, float, bool, AvlNet.Rectangle2D)

AVL.RotateRectangle(AvlNet.Rectangle2D, float, bool, AvlNet.Rectangle2D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void RotateRectangle(
	AvlNet.Rectangle2D inRectangle,
	float inAngle,
	bool inInverse,
	out AvlNet.Rectangle2D outRectangle
)

Parameters

inRectangle
Type: AvlNet.Rectangle2D
inAngle
Type: System.Single
inInverse
Type: System.Boolean
outRectangle
Type: AvlNet.Rectangle2D

See also