You are here: Start » AVL.NET » VideoBoxPrimitive.SetCoordinateSystemArrayItem Method

VideoBoxPrimitive.SetCoordinateSystemArrayItem Method

Sets a single item in a coordinate system transform primitives array.

Namespace:VideoBoxBase
Assembly:VideoBoxBase.dll

Syntax

public void SetCoordinateSystemArrayItem
(
	int index,
	float x,
	float y,
	float angle,
	float scale
)

Parameters

Name Type Range Default Description
indexint
xfloat
yfloat
anglefloat
scalefloat

See also