You are here: Start » AVL.NET » 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 | |
---|---|---|---|---|---|
![]() | inImage | Avl.Image | Input image. | ||
![]() | inRegion | Avl.Region | Input region. | ||
![]() | inBorderColor | Avl.Pixel | Color used for locations outside the region. | ||
![]() | outImage | Avl.Image | Output image. |