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

FIS.RescaleRectangle Method

Changes the corners and the dimensions of a rectangle.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RescaleRectangle
(
	FilNet.Rectangle2D inRectangle,
	float inScale,
	bool inInverse,
	out FilNet.Rectangle2D outRectangle
)

Parameters

Name Type Range Default Description
inRectangleFilNet.Rectangle2D
inScalefloat1.0fScaling factor. Default value: 1.0f.
inInverseboolSwitches to the inverse operation.
outRectangleFilNet.Rectangle2D

Function Overrides

See also