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

Invoke.CropSurfaceToRegion

Removes points that are not present in a given region.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void CropSurfaceToRegion
(
	Fil.Surface inSurface,
	Fil.Region inRegion,
	bool inPreserveDimensions,
	Fil.Surface outSurface
)

Parameters

Name Type Range Default Description
inSurfaceFil.SurfaceInput surface.
inRegionFil.RegionRegion from which the points are not removed.
inPreserveDimensionsboolFalseFlag indicating whether the surface dimensions should be preserved or not. Default value: False.
outSurfaceFil.SurfaceOutput surface.

See also