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

AVL.RegionToImage Method

Converts a region to an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also