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

Invoke.CropRegion

Creates a region from a rectangular fragment of another one.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void CropRegion
(
	Avl.Region inRegion,
	Avl.Box inSelection,
	Avl.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionAvl.RegionInput region.
inSelectionAvl.BoxBox defining the range of cropping.
outRegionAvl.RegionOutput region.

See also