You are here: Start » AVL.NET » AVL.RegionToImage(AvlNet.Region, AvlNet.Image)

AVL.RegionToImage(AvlNet.Region, AvlNet.Image)

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

inRegion
Type: AvlNet.Region
Input region
outImage
Type: AvlNet.Image
Output image

See also