Click or drag to resize
SoTranslateProcessingBackgroundModes Enumeration

Namespace: OIV.ImageViz.Engines.GeometryAndMatching.GeometricTransforms
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public enum BackgroundModes
Members
  Member nameValueDescription
FIXED_BACKGROUND0

The information outside of the image area is lost, and a value is assigned to the otherwise blank area.

LOOPED_BACKGROUND1

The image is perceived as a cylinder, where the information outside the image area wraps around and is placed in the blank part.

Remarks