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

AVS.AvsFilter_MakePoint Method

Creates a point structure from individual fields.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_MakePoint
(
	float inX,
	float inY,
	out AvlNet.Point2D outPoint
)

Parameters

Name Type Range Default Description
inXfloatHorizontal coordinate.
inYfloatVertical coordinate.
outPointAvlNet.Point2D

See also