You are here: Start » AVL.NET » Function Reference » Conversions » AVL.RegionToImage

AVL.RegionToImage

Converts a region to an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Hardware acceleration settings may be manipulated with Settings class.

See also