|  | SingleWavelengthReconstructionAddPhaseOffsetAdjustmentZone Method  | 
 
Adds a phase offset correction zone. (Valid only for the multi-zone phase offset method)
 
    Namespace: 
   LynceeTec.Processing.Holography
    Assembly:
   LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
 Syntax
Syntaxpublic virtual void AddPhaseOffsetAdjustmentZone(
	int top,
	int left,
	int width,
	int height
)
public:
virtual void AddPhaseOffsetAdjustmentZone(
	int top, 
	int left, 
	int width, 
	int height
)
Parameters
- top
- Type: SystemInt32
 The Y coordinate of the top left point of the zone, in the phase ROI image.
- left
- Type: SystemInt32
 The X coordinate of the top left point of the zone, in the phase ROI image.
- width
- Type: SystemInt32
 The width of the zone.
- height
- Type: SystemInt32
 The height of the zone.
Implements
IReconstructionAddPhaseOffsetAdjustmentZone(Int32, Int32, Int32, Int32) See Also
See Also