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

VideoBoxPrimitive.SetCoordinateSystem Method

Sets coordinate system transform description as this primitive.

Namespace:VideoBoxBase
Assembly:VideoBoxBase.dll

Syntax

public void SetCoordinateSystem
(
	float x,
	float y,
	float angle,
	float scale
)

Parameters

Name Type Range Default Description
xfloatX coordinate translation of the transform.
yfloatY coordinate translation of the transform.
anglefloatRotation angle.
scalefloatScaling factor.

See also