You are here: Start » FIL.NET » Invoke.RescaleArc

Invoke.RescaleArc

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RescaleArc
(
	Fil.Arc2D inArc,
	Optional<Fil.Point2D> inReferencePoint,
	float inScale,
	bool inInverse,
	out Fil.Arc2D outArc
)

Parameters

Name Type Range Default Description
inArcFil.Arc2D
inReferencePointFtl.Optional<Fil.Point2D>The point to which the distance of the arc center is changed (no change by default). Default value: ftl::NIL.
inScalefloat1.0fScaling factor. Default value: 1.0f.
inInverseboolSwitches to the inverse operation.
outArcFil.Arc2D

See also