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

Invoke.RescaleRectangle

Changes the corners and the dimensions of a rectangle.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RescaleRectangle
(
	Fil.Rectangle2D inRectangle,
	Optional<Fil.Point2D> inReferencePoint,
	float inScale,
	bool inInverse,
	out Fil.Rectangle2D outRectangle
)

Parameters

Name Type Range Default Description
inRectangleFil.Rectangle2D
inReferencePointFtl.Optional<Fil.Point2D>The point, to which all distance will be changed proportionally. Default value: ftl::NIL.
inScalefloat1.0fScaling factor. Default value: 1.0f.
inInverseboolSwitches to the inverse operation.
outRectangleFil.Rectangle2D

See also