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