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

Invoke.ResizeRectangle

Changes dimensions of a rectangle.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ResizeRectangle
(
	Fil.Rectangle2D inRectangle,
	Fil.Anchor2D inAnchor,
	Optional<float> inNewWidth,
	Optional<float> inNewHeight,
	out Fil.Rectangle2D outRectangle
)

Parameters

Name Type Range Default Description
inRectangleFil.Rectangle2D
inAnchorFil.Anchor2DTopLeftDefault value: TopLeft.
inNewWidthFtl.Optional<float><0.0f, INF>
inNewHeightFtl.Optional<float><0.0f, INF>
outRectangleFil.Rectangle2D

See also