You are here: Start » FIL.NET » Invoke.RegionSkewness

Invoke.RegionSkewness

Directional standard deviation of the distance of the region's points to the center.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RegionSkewness
(
	Fil.Region inRegion,
	float inOrientation,
	Fil.ProjectionDirection inDirection,
	out float outSkewness
)

Parameters

Name Type Range Default Description
inRegionFil.RegionInput region.
inOrientationfloat.0fDefault value: .0f.
inDirectionFil.ProjectionDirectionHorizontalDefault value: Horizontal.
outSkewnessfloat

See also