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.Void* data,
	int dataSize,
	bool closed
)

Parameters

Name Type Range Default Description
dataSystem.Void*Pointer to the beginning of the data buffer with the array of path points (with x and y coordinates of type float per point).
dataSizeintSize of path data in bytes.
closedboolFlag indicating whether the path is close.

Function Overrides

See also