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
dataSystem.Void*Pointer to the beginning of a path 2D points data buffer (with x and y coordinates of type float per point).
sizeintNumber of point in the path data.
closedboolTrue when the path is closed.

Function Overrides

See also