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

VideoBoxPrimitive.SetSegmentArrayItem Method

Sets a single item in a segment primitives array.

Namespace:VideoBoxBase
Assembly:VideoBoxBase.dll

Syntax

public void SetSegmentArrayItem
(
	int index,
	float x1,
	float y1,
	float x2,
	float y2
)

Parameters

Name Type Range Default Description
indexint
x1float
y1float
x2float
y2float

See also