You are here: Start » AVL.NET » ProfileBox.ProfileBoxDataSlot.SetSegment2D Method

ProfileBox.ProfileBoxDataSlot.SetSegment2D Method

Sets data slot to a Segment2D primitive with specified start and end point.

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

Syntax

public void SetSegment2D
(
	AvlNet.Point2D p1,
	AvlNet.Point2D p2
)

Parameters

Name Type Range Default Description
p1AvlNet.Point2D
p2AvlNet.Point2D

Function Overrides

See also