You are here: Start » AVL.NET » AVL.ResizeRectangle(AvlNet.Rectangle2D, AvlNet.Anchor2D, float?, float?, AvlNet.Rectangle2D)

AVL.ResizeRectangle(AvlNet.Rectangle2D, AvlNet.Anchor2D, float?, float?, AvlNet.Rectangle2D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ResizeRectangle(
	AvlNet.Rectangle2D inRectangle,
	AvlNet.Anchor2D inAnchor,
	float? inNewWidth,
	float? inNewHeight,
	out AvlNet.Rectangle2D outRectangle
)

Parameters

inRectangle
Type: AvlNet.Rectangle2D
inAnchor
Type: AvlNet.Anchor2D
inNewWidth
Type: System.Nullable<System.Single>
inNewHeight
Type: System.Nullable<System.Single>
outRectangle
Type: AvlNet.Rectangle2D

Examples

ResizeRectangle performed on the sample rectangle, inNewWidth = 177.0 and inNewHeight = 104.0.

See also