You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inSurface | Fil.Surface | Input surface. | ||
![]() | inRegion | Fil.Region | Region from which the points are not removed. | ||
![]() | inPreserveDimensions | bool | False | Flag indicating whether the surface dimensions should be preserved or not. Default value: False. | |
![]() | outSurface | Fil.Surface | Output surface. |