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

AVS.AvsFilter_AccessRectangle Method

Returns individual fields of a rectangle.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_AccessRectangle
(
	AvlNet.Rectangle2D inRectangle,
	out AvlNet.Point2D outOrigin,
	out float outAngle,
	out float outWidth,
	out float outHeight
)

Parameters

Name Type Range Default Description
inRectangleAvlNet.Rectangle2D
outOriginAvlNet.Point2DOrigin of the rectangle.
outAnglefloatClock-wise orientation angle.
outWidthfloat
outHeightfloat

See also