You are here: Start » FIL.NET » FIL.RotatePixelVectors

FIL.RotatePixelVectors

Rotates image gradients.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void RotatePixelVectors
(
	FilNet.Image inImage,
	float inAngle,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inAnglefloat
outImageFilNet.ImageOutput image.

Errors

List of possible exceptions:

Error type Description
DomainError Region exceeds an input image in RotatePixelVectors.
DomainError Not supported inImage pixel format in RotatePixelVectors.

Function Overrides

See also