You are here: Start » AVL.NET » View3DBox.DataItem.SetPath Method
View3DBox.DataItem.SetPath Method
Sets a 2D path data as a path delimiter for this primitive.
| Namespace: | HMI.Controls |
|---|---|
| Assembly: | HMI.Controls.dll |
Syntax
public void SetPath( System.Void* data, int size, bool closed )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| data | System.Void* | Pointer to the beginning of a path 2D points data buffer (with x and y coordinates of type float per point). | |||
| size | int | Number of point in the path data. | |||
| closed | bool | True when the path is closed. |
