You are here: Start » FIL.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,
	FilNet.Point2D p1,
	FilNet.Point2D p2
)

Parameters

Name Type Range Default Description
indexint
p1FilNet.Point2D
p2FilNet.Point2D

Function Overrides

See also