You are here: Start » AVL.NET » AVL.CreatePointGrid(AvlNet.Point2D, AvlNet.Anchor2D, int, int, float, float, AvlNet.Point2D[])

AVL.CreatePointGrid(AvlNet.Point2D, AvlNet.Anchor2D, int, int, float, float, AvlNet.Point2D[])

Creates a grid of points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void CreatePointGrid(
	AvlNet.Point2D inPoint,
	AvlNet.Anchor2D inAnchor,
	int inRowCount,
	int inColumnCount,
	float inRowStep,
	float inColumnStep,
	out AvlNet.Point2D[] outPointGrid
)

Parameters

inPoint
Type: AvlNet.Point2D
A starting point of the created grid
inAnchor
Type: AvlNet.Anchor2D
Anchor of the reference point
inRowCount
Type: System.Int32
Number of rows the grid will have
inColumnCount
Type: System.Int32
Number of columns the grid will have
inRowStep
Type: System.Single
Distance between consecutive rows of the created grid
inColumnStep
Type: System.Single
Distance between consecutive columns of the created grid
outPointGrid
Type: AvlNet.Point2D
Created point grid

See also