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

AVS.RegionToImage Method

Converts a region to an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RegionToImage
(
	AvlNet.Region inRegion,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
outImageAvlNet.ImageOutput image.

See also