You are here: Start » AVL.NET » AVL.RescalePathArray(AvlNet.Path[], AvlNet.Point2D?, float, bool, AvlNet.Path[])

AVL.RescalePathArray(AvlNet.Path[], AvlNet.Point2D?, float, bool, AvlNet.Path[])

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void RescalePathArray(
	AvlNet.Path[] inPaths,
	AvlNet.Point2D? inReferencePoint,
	float inScale,
	bool inInverse,
	out AvlNet.Path[] outPaths
)

Parameters

inPaths
Type: AvlNet.Path
inReferencePoint
Type: System.Nullable<AvlNet.Point2D>
inScale
Type: System.Single
inInverse
Type: System.Boolean
outPaths
Type: AvlNet.Path

See also