You are here: Start » AVL.NET » Invoke.TrimImageToRegion

Invoke.TrimImageToRegion

Trims an image to the area of the specified region.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TrimImageToRegion
(
	Avl.Image inImage,
	Avl.Region inRegion,
	Avl.Pixel inBorderColor,
	Avl.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvl.ImageInput image.
inRegionAvl.RegionInput region.
inBorderColorAvl.PixelColor used for locations outside the region.
outImageAvl.ImageOutput image.

See also