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

FIS.ResizeRectangle_Delta Method

Changes dimensions of a rectangle by adding some values.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ResizeRectangle_Delta
(
	FilNet.Rectangle2D inRectangle,
	FilNet.Anchor2D inAnchor,
	float inWidthDelta,
	float inHeightDelta,
	out FilNet.Rectangle2D outRectangle
)

Parameters

Name Type Range Default Description
inRectangleFilNet.Rectangle2D
inAnchorFilNet.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.
outRectangleFilNet.Rectangle2D

See also