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

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
inSurfaceAvl.SurfaceInput surface.
inRegionAvl.RegionRegion from which the points are not removed.
inPreserveDimensionsboolFalseFlag indicating whether the surface dimensions should be preserved or not. Default value: False.
outSurfaceAvl.SurfaceOutput surface.

See also