You are here: Start » FIL.NET » FIS.RotatePixelVectors Method
FIS.RotatePixelVectors Method
Rotates image gradients.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void RotatePixelVectors ( FilNet.Image inImage, NullableRef<FilNet.Region> inRoi, float inAngle, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inAngle | float | |||
![]() | outImage | FilNet.Image | Output image. |