You are here: Start » AVL.NET » VideoBoxPrimitive.SetPointArrayItem Method

VideoBoxPrimitive.SetPointArrayItem Method

Sets a single item in a point primitives array.

Namespace:VideoBoxBase
Assembly:VideoBoxBase.dll

Syntax

public void SetPointArrayItem
(
	int index,
	float x,
	float y
)

Parameters

Name Type Range Default Description
indexint
xfloat
yfloat

See also