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

Invoke.ResizeRectangle_Delta

Changes dimensions of a rectangle by adding some values.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ResizeRectangle_Delta
(
	Fil.Rectangle2D inRectangle,
	Fil.Anchor2D inAnchor,
	float inWidthDelta,
	float inHeightDelta,
	out Fil.Rectangle2D outRectangle
)

Parameters

Name Type Range Default Description
inRectangleFil.Rectangle2D
inAnchorFil.Anchor2DTopLeftDefault value: TopLeft.
inWidthDeltafloat0.0fValue added to width of the rectangle. Default value: 0.0f.
inHeightDeltafloat0.0fValue added to height of the rectangle. Default value: 0.0f.
outRectangleFil.Rectangle2D

See also