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

AVS.CropImageToRegion Method

Crops an image to the area of the specified region.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CropImageToRegion
(
	AvlNet.Image inImage,
	AvlNet.Region inRegion,
	AvlNet.Pixel inOutsidePixel,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inRegionAvlNet.RegionInput region.
inOutsidePixelAvlNet.PixelColor used for locations outside the region.
outImageAvlNet.ImageOutput image.

See also