You are here: Start » AVL.NET » Invoke.CropSurfaceToRegion
Removes points that are not present in a given region.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void CropSurfaceToRegion ( Avl.Surface inSurface, Avl.Region inRegion, bool inPreserveDimensions, Avl.Surface outSurface )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inSurface | Avl.Surface | Input surface. | ||
![]()  | inRegion | Avl.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 | Avl.Surface | Output surface. | 


