You are here: Start » AVL.NET » AVS.AvsFilter_MakeRectangle Method

AVS.AvsFilter_MakeRectangle Method

Creates a rectangle structure from individual fields.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_MakeRectangle
(
	AvlNet.Point2D inOrigin,
	float inAngle,
	float inWidth,
	float inHeight,
	out AvlNet.Rectangle2D outRectangle
)

Parameters

Name Type Range Default Description
inOriginAvlNet.Point2DOrigin of the rectangle.
inAnglefloatClock-wise orientation angle.
inWidthfloat<0.0f, INF>
inHeightfloat<0.0f, INF>
outRectangleAvlNet.Rectangle2D

See also