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 | |
|---|---|---|---|---|---|
| x | float | X coordinate translation of the transform. | |||
| y | float | Y coordinate translation of the transform. | |||
| angle | float | Rotation angle. | |||
| scale | float | Scaling factor. |
