You are here: Start » AVL.NET » AVL.CreateRectangularPointGrid(AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D, int, int, float, float, AvlNet.Point2D[])

AVL.CreateRectangularPointGrid(AvlNet.Rectangle2D, AvlNet.CoordinateSystem2D, int, int, float, float, AvlNet.Point2D[])

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void CreateRectangularPointGrid(
	AvlNet.Rectangle2D inRectangle,
	AvlNet.CoordinateSystem2D inAlignment,
	int inRowCount,
	int inColumnCount,
	float inMarginWidth,
	float inMarginHeight,
	out AvlNet.Point2D[] outPointGrid
)

Parameters

inRectangle
Type: AvlNet.Rectangle2D
inAlignment
Type: AvlNet.CoordinateSystem2D
inRowCount
Type: System.Int32
inColumnCount
Type: System.Int32
inMarginWidth
Type: System.Single
inMarginHeight
Type: System.Single
outPointGrid
Type: AvlNet.Point2D

See also