You are here: Start » AVL.NET » AVL.CropImageToRectangle(AvlNet.Image, AvlNet.Rectangle2D, AvlNet.InterpolationMethod, float, AvlNet.Image)
AVL.CropImageToRectangle(AvlNet.Image, AvlNet.Rectangle2D, AvlNet.InterpolationMethod, float, AvlNet.Image)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CropImageToRectangle( AvlNet.Image inImage, AvlNet.Rectangle2D inRectangle, AvlNet.InterpolationMethod inInterpolationMethod, float inMargin, out AvlNet.Image outImage )
Parameters
- inImage
- Type: AvlNet.Image
- inRectangle
- Type: AvlNet.Rectangle2D
- inInterpolationMethod
- Type: AvlNet.InterpolationMethod
- inMargin
- Type: System.Single
- outImage
- Type: AvlNet.Image
