You are here: Start » AVL.NET » 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.

See also