You are here: Start » AVL.NET » AVL.CreateRectangleRegion(AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D?, int, int, AvlNet.Region)

AVL.CreateRectangleRegion(AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D?, int, int, AvlNet.Region)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void CreateRectangleRegion(
	AvlNet.Rectangle2D inRectangle,
	AvlNet.CoordinateSystem2D? inRectangleAlignment,
	int inFrameWidth,
	int inFrameHeight,
	out AvlNet.Region outRegion
)

Parameters

inRectangle
Type: AvlNet.Rectangle2D
inRectangleAlignment
Type: System.Nullable<AvlNet.CoordinateSystem2D>
inFrameWidth
Type: System.Int32
inFrameHeight
Type: System.Int32
outRegion
Type: AvlNet.Region

See also