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

Invoke.SurfacePathToRegion

Finds the surface region covered by surface path.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SurfacePathToRegion
(
	Fil.Path inSurfacePath,
	Fil.SurfaceFormat inSurfaceFormat,
	Fil.Region outRegion
)

Parameters

Name Type Range Default Description
inSurfacePathFil.Path
inSurfaceFormatFil.SurfaceFormatSurface format for which the output region will be defined.
outRegionFil.RegionOutput region.

See also