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

View3DBox.DataItem.SetSegment2D Method

Sets a segment as this primitive.

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

Syntax

public void SetSegment2D
(
	float x1,
	float y1,
	float x2,
	float y2
)

Parameters

Name Type Range Default Description
x1float
y1float
x2float
y2float

Function Overrides

See also