You are here: Start » AVL.NET » AVS.CropRegion Method

AVS.CropRegion Method

Creates a region from a rectangular fragment of another one.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CropRegion
(
	AvlNet.Region inRegion,
	AvlNet.Box inSelection,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inSelectionAvlNet.BoxBox defining the range of cropping.
outRegionAvlNet.RegionOutput region.

See also