You are here: Start » AVL.NET » AVS.RescaleRectangle Method

AVS.RescaleRectangle Method

Changes the corners and the dimensions of a rectangle.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RescaleRectangle
(
	AvlNet.Rectangle2D inRectangle,
	AvlNet.Point2D? inReferencePoint,
	float inScale,
	bool inInverse,
	out AvlNet.Rectangle2D outRectangle
)

Parameters

Name Type Range Default Description
inRectangleAvlNet.Rectangle2D
inReferencePointAvlNet.Point2D?The point, to which all distance will be changed proportionally. Default value: atl::NIL.
inScalefloat1.0fScaling factor. Default value: 1.0f.
inInverseboolSwitches to the inverse operation.
outRectangleAvlNet.Rectangle2D

Function Overrides

See also