You are here: Start » AVL.NET » VideoBoxPrimitive.SetPath Method
VideoBoxPrimitive.SetPath Method
Sets a 2D path as this primitive.
| Namespace: | VideoBoxBase |
|---|---|
| Assembly: | VideoBoxBase.dll |
Syntax
public void SetPath( System.IntPtr data, int dataSize, bool closed )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| data | System.IntPtr | Pointer to the beginning of the data buffer with the array of path points (with x and y coordinates of type float per point). | |||
| dataSize | int | Size of path data in bytes. | |||
| closed | bool | Flag indicating whether the path is close. |
