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

View2DBoxPrimitive.SetSegmentArrayItem Method

Sets a single item in a segment primitives array.

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

Syntax

public void SetSegmentArrayItem
(
	int index,
	AvlNet.Point2D p1,
	AvlNet.Point2D p2
)

Parameters

Name Type Range Default Description
indexint
p1AvlNet.Point2D
p2AvlNet.Point2D

Function Overrides

See also