You are here: Start » FIL.NET » Function Reference » Profile » Profile Basics » FIL.SetProfileXTransform

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 ioProfile,
	float inXOffset,
	float inXScale
)

Parameters

Name Type Range Default Description
ioProfileFilNet.Profile
inXOffsetfloat0.0fDefault value: 0.0f.
inXScalefloat<0.001f, INF>1.0fDefault value: 1.0f.

See also