You are here: Start » AVL.NET » Function Reference » Region » Region Spatial Transforms » AVL.TrimRegionToRectangle

AVL.TrimRegionToRectangle

Limits a region to a rectangular area.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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