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

Invoke.ResizeRectangle_Relative

Changes dimensions of a rectangle relatively.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ResizeRectangle_Relative
(
	Fil.Rectangle2D inRectangle,
	Fil.Anchor2D inAnchor,
	float inWidthScale,
	float inHeightScale,
	out Fil.Rectangle2D outRectangle
)

Parameters

Name Type Range Default Description
inRectangleFil.Rectangle2D
inAnchorFil.Anchor2DTopLeftDefault value: TopLeft.
inWidthScalefloat<0.0f, INF>1.0fDefault value: 1.0f.
inHeightScalefloat<0.0f, INF>1.0fDefault value: 1.0f.
outRectangleFil.Rectangle2D

See also