You are here: Start » AVL.NET » View3DBox.DataItem.SetPathArrayItem Method

View3DBox.DataItem.SetPathArrayItem Method

Sets a single item in a 2D paths array primitive.

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

Syntax

public void SetPathArrayItem
(
	int index,
	System.IntPtr data,
	int size,
	bool closed
)

Parameters

Name Type Range Default Description
indexint
dataSystem.IntPtr
sizeint
closedbool

Function Overrides

See also