Click or drag to resize

PostProcessingConfigurationSetPhaseOffsetZone Method

Defines the phase offset zone where the offset value will be used as the reference.

Namespace: LynceeTec.InterfaceProcessingV2.Configurations
Assembly: LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntax
public void SetPhaseOffsetZone(
	int left,
	int top,
	int width,
	int height
)

Parameters

left  Int32
Top left corner coordinate in the X direction.
top  Int32
Top left corner coordinate in the Y direction.
width  Int32
Rectangle width.
height  Int32
Rectangle height.
Remarks
The coordinates are defined with respect to the full hologram size. If no zone is defined, the offset is applied on the entire phase image.
See Also