You are here: Start » FIL.NET » FIS.RescaleCircle Method

FIS.RescaleCircle Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RescaleCircle
(
	FilNet.Circle2D inCircle,
	FilNet.Point2D? inReferencePoint,
	float inScale,
	bool inInverse,
	out FilNet.Circle2D outCircle
)

Parameters

Name Type Range Default Description
inCircleFilNet.Circle2D
inReferencePointFilNet.Point2D?The point to which the distance of the circle center is changed (no change by default). Default value: ftl::NIL.
inScalefloat1.0fScaling factor. Default value: 1.0f.
inInverseboolSwitches to the inverse operation.
outCircleFilNet.Circle2D

Function Overrides

See also