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

AVL.RescaleArc(AvlNet.Arc2D, float, bool, AvlNet.Arc2D)

Changes radius of an arc and translates its center in relation to a reference point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void RescaleArc(
	AvlNet.Arc2D inArc,
	float inScale,
	bool inInverse,
	out AvlNet.Arc2D outArc
)

Parameters

inArc
Type: AvlNet.Arc2D
inScale
Type: System.Single
Scaling factor
inInverse
Type: System.Boolean
Switches to the inverse operation
outArc
Type: AvlNet.Arc2D

Remarks

See full override for more details.

See also