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

AVS.TrimRegionToRectangle Method

Limits a region to a rectangular area.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TrimRegionToRectangle
(
	AvlNet.Region inRegion,
	AvlNet.Rectangle2D inRectangle,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inRectangleAvlNet.Rectangle2DTrimming rectangle.
outRegionAvlNet.RegionOutput region.

Function Overrides

See also