You are here: Start » AVL.NET » View2DBoxPrimitive.SetSegment Method
View2DBoxPrimitive.SetSegment Method
Sets a 2D segment (based on two points) as this primitive.
| Namespace: | HMI.Controls |
|---|---|
| Assembly: | HMI.Controls.dll |
Syntax
public void SetSegment ( AvlNet.Point2D p1, AvlNet.Point2D p2 )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| p1 | AvlNet.Point2D | ||||
| p2 | AvlNet.Point2D |
