You are here: Start » AVL.NET » Invoke.SetProfileXTransform
Sets the offset and the scale of a profile in the X axis.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void SetProfileXTransform ( Avl.Profile ioProfile, float inXOffset, float inXScale )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioProfile | Avl.Profile | ||||
![]()  | inXOffset | float | 0.0f | Default value: 0.0f. | |
![]()  | inXScale | float | <0.001f, INF> | 1.0f | Default value: 1.0f. | 

