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

AVL.CreateRectangle(AvlNet.Point2D, AvlNet.Anchor2D, float, float, float, AvlNet.Rectangle2D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void CreateRectangle(
	AvlNet.Point2D inPoint,
	AvlNet.Anchor2D inPointAnchor,
	float inAngle,
	float inWidth,
	float inHeight,
	out AvlNet.Rectangle2D outRectangle
)

Parameters

inPoint
Type: AvlNet.Point2D
inPointAnchor
Type: AvlNet.Anchor2D
inAngle
Type: System.Single
inWidth
Type: System.Single
inHeight
Type: System.Single
outRectangle
Type: AvlNet.Rectangle2D

See also