You are here: Start » AVL.NET » View3DBox.DataItem.SetSegment2DArrayItem Method

View3DBox.DataItem.SetSegment2DArrayItem Method

Sets a single item in a 2D segment primitives array.

Namespace:HMI.Controls
Assembly:HMI.Controls.dll

Syntax

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

Parameters

Name Type Range Default Description
indexint
x1float
y1float
x2float
y2float

Function Overrides

See also