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
inImageFilNet.ImageInput image.
inRoiFilNet.NullableRef<FilNet.Region>Range of pixels to be processed. Default value: ftl::NIL.
inAnglefloat
outImageFilNet.ImageOutput image.

Function Overrides

See also