You are here: Start » AVL.NET » Function Reference » Image » Image Spatial Transforms » AVL.TrimImageToRegion

AVL.TrimImageToRegion

Trims an image to the area of the specified region.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

Description

The operation extracts part of the inImage that corresponds to the region. Other pixels are set to inBorderColor color.

Examples

TrimImageToRegion performed on the sample image and region.

See also