You are here: Start » FIL.NET » FIS.CreateImageResizeMap Method
FIS.CreateImageResizeMap Method
Creates a spatial map representing an image resizing.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CreateImageResizeMap ( FilNet.ImageFormat inImageFormat, int inNewWidth, int inNewHeight, FilNet.InterpolationMethod inInterpolationMethod, FilNet.SpatialMap outResizeMap, FilNet.Region outOutputRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImageFormat | FilNet.ImageFormat | Information about dimensions, depth and pixel type of the image. | ||
![]() | inNewWidth | int | <1, INF> | Width of an image created by output spatial map application. | |
![]() | inNewHeight | int | <1, INF> | Height of an image created by output spatial map application. | |
![]() | inInterpolationMethod | FilNet.InterpolationMethod | Bilinear | Interpolation method used in extraction of image pixel values. Default value: Bilinear. | |
![]() | outResizeMap | FilNet.SpatialMap | Output spatial map. | ||
![]() | outOutputRegion | FilNet.Region | Pixels set by the spatial map application. |
Function Overrides
- CreateImageResizeMap(ImageFormat, Int32, Int32, InterpolationMethod, SpatialMap)
- CreateImageResizeMap(ImageFormat, Int32, Int32, InterpolationMethod, SpatialMap, NullableRef<Region>)