You are here: Start » AVL.NET » AVL.RotateArc(AvlNet.Arc2D, AvlNet.Point2D?, float, bool, AvlNet.Arc2D)

AVL.RotateArc(AvlNet.Arc2D, AvlNet.Point2D?, float, bool, AvlNet.Arc2D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void RotateArc(
	AvlNet.Arc2D inArc,
	AvlNet.Point2D? inCenter,
	float inAngle,
	bool inInverse,
	out AvlNet.Arc2D outArc
)

Parameters

inArc
Type: AvlNet.Arc2D
inCenter
Type: System.Nullable<AvlNet.Point2D>
inAngle
Type: System.Single
inInverse
Type: System.Boolean
outArc
Type: AvlNet.Arc2D

Examples

RotateArc performed on the sample arc, inCenter = Auto, inAngle = 90 and inInverse = False.

See also